Mercurial > hg > octave-nkf
diff scripts/plot/plot.m @ 3717:e3501697c995
[project @ 2000-09-08 06:27:44 by jwe]
author | jwe |
---|---|
date | Fri, 08 Sep 2000 06:27:45 +0000 |
parents | 505f5c35a2c9 |
children | e0b7a493e5a8 |
line wrap: on
line diff
--- a/scripts/plot/plot.m +++ b/scripts/plot/plot.m @@ -94,14 +94,20 @@ ## @item L ## Set steps plot style. ## -## @item # -## Set boxes plot style. +## @item "#" +## For boxes plot style. +## +## @item "~" +## For yerrorbars plot style. ## -## @item ~ -## Set errorbars plot style. +## @item ">" +## For xerrorbars plot style. ## -## @item #~ -## Set boxerrorbars plot style. +## @item "~>" +## For xyerrorbars plot style. +## +## @item "#~" +## For boxerrorbars plot style. ## ## @item @var{n} ## Interpreted as the plot color if @var{n} is an integer in the range 1 to @@ -117,6 +123,9 @@ ## @code{"c"}, or @code{"w"}, it is interpreted as the plot color (red, ## green, blue, magenta, cyan, or white). ## +## @item ";title;" +## Here @code{"title"} is the label for the key. +## ## @item + ## @itemx * ## @itemx o @@ -170,7 +179,7 @@ ## in the key. ## @end deftypefn ## @seealso{semilogx, semilogy, loglog, polar, mesh, contour, __pltopt__ -## bar, stairs, gplot, gsplot, replot, xlabel, ylabel, and title} +## bar, stairs, errorbar, gplot, gsplot, replot, xlabel, ylabel, and title} ## Author: jwe