Changeset of plot.m (was Set impulses plot style works incorrectly)
Tatsuro MATSUOKA
tmacchant at yahoo.co.jp
Fri Sep 5 02:13:18 CDT 2008
Hello
The doument of plot.m had a mistakes concerning symbol mark '^'.
At octave 2.1.xx, it indicates 'Set impulses plot style'.
However '^' indiates plot point sytel is triangle.
So I proposed the below patch to plot.m
*****************************************************************
diff -r 4908e39553b0 scripts/plot/plot.m
--- a/scripts/plot/plot.m Tue Aug 19 16:15:52 2008 -0400
+++ b/scripts/plot/plot.m Fri Sep 05 16:06:10 2008 +0900
@@ -106,9 +106,6 @@
## @item .
## Set dots plot style.
##
-## @item ^
-## Set impulses plot style.
-##
## @item L
## Set steps plot style.
##
@@ -133,6 +130,7 @@
## @itemx *
## @itemx o
## @itemx x
+## @itemx ^
## Used in combination with the points or linespoints styles, set the point
## style.
## @end table
**********************************
Regards
Tatsuro
--- Tatsuro MATSUOKA <tmacchant at yahoo.co.jp> wrote:
> Hello John
>
>
> --- "John W. Eaton" <jwe at bevo.che.wisc.edu> wrote:
>
> >
> > I think the documentation is wrong.
> >
> > Does the stem function do what you want?
> >
> > jwe
>
> Yes! Thanks.
>
> Regards
>
> Tatsuro
>
>
> --------------------------------------
> Enjoy MLB with MAJOR.JP! Ichiro, Matsuzaka, Matsui, and more!
> http://pr.mail.yahoo.co.jp/mlb/
> _______________________________________________
> Bug-octave mailing list
> Bug-octave at octave.org
> https://www-old.cae.wisc.edu/mailman/listinfo/bug-octave
>
--------------------------------------
Enjoy MLB with MAJOR.JP! Ichiro, Matsuzaka, Matsui, and more!
http://pr.mail.yahoo.co.jp/mlb/
More information about the Bug-octave
mailing list