comparison doc/interpreter/plot.txi @ 8347:fa78cb8d8a5c

corrections for typos Here is a patch with some corrections for typos and missing/extra words in the manual. changeset: 8347:34fd1d1c2294 user: Brian Gough <bjg@gnu.org> date: Wed Nov 26 11:00:15 2008 -0500 summary: [docs] can not => cannot
author Brian Gough<bjg@network-theory.co.uk>
date Thu, 27 Nov 2008 10:28:24 +0100
parents b93ac0586e4b
children ee1bc8aa226b
comparison
equal deleted inserted replaced
8346:8302788f09db 8347:fa78cb8d8a5c
116 @DOCSTRING(contourf) 116 @DOCSTRING(contourf)
117 117
118 @DOCSTRING(contourc) 118 @DOCSTRING(contourc)
119 119
120 The @code{errorbar}, @code{semilogxerr}, @code{semilogyerr}, and 120 The @code{errorbar}, @code{semilogxerr}, @code{semilogyerr}, and
121 @code{loglogerr} functions produces plots with error bar markers. For 121 @code{loglogerr} functions produce plots with error bar markers. For
122 example, 122 example,
123 123
124 @example 124 @example
125 x = 0:0.1:10; 125 x = 0:0.1:10;
126 y = sin (x); 126 y = sin (x);