comparison scripts/plot/semilogyerr.m @ 12448:f2c080bbd8a5

Fix documentation bugs uncovered while rewriting munge-texi. Add missing commas to @seealso macro calls for some script functions. Remove @DOCSTRING references to functions without help text references.
author Rik <octave@nomad.inbox5.com>
date Mon, 14 Feb 2011 17:23:04 -0800
parents c792872f8942
children 22c50cbad2ce
comparison
equal deleted inserted replaced
12447:890e89c3dfeb 12448:f2c080bbd8a5
29 ## @noindent 29 ## @noindent
30 ## which produces a semi-logarithmic plot of @var{y} versus @var{x} 30 ## which produces a semi-logarithmic plot of @var{y} versus @var{x}
31 ## with errors in the @var{y}-scale defined by @var{ey} and the plot 31 ## with errors in the @var{y}-scale defined by @var{ey} and the plot
32 ## format defined by @var{fmt}. See @code{errorbar} for available formats and 32 ## format defined by @var{fmt}. See @code{errorbar} for available formats and
33 ## additional information. 33 ## additional information.
34 ## @seealso{errorbar, loglogerr semilogxerr} 34 ## @seealso{errorbar, loglogerr, semilogxerr}
35 ## @end deftypefn 35 ## @end deftypefn
36 36
37 ## Created: 20.2.2001 37 ## Created: 20.2.2001
38 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi> 38 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi>
39 ## Keywords: errorbar, plotting 39 ## Keywords: errorbar, plotting