|
From: Ethan M. <merritt@u.washington.edu> - 2009-04-13 23:55:22
|
On Monday 13 April 2009 16:43:54 Shigeharu TAKENO wrote: > shige 04/14 2009 > ---------------- > > In docs/gnuplot.doc of current CVS version > > RCS $Id: gnuplot.doc,v 1.566 2009/04/12 22:27:04 sfeam Exp $ > > and term/canvas.trm > > $Id: canvas.trm,v 1.21 2009/04/06 03:43:45 sfeam Exp $ > > I found some points that seem to be misprints. > > I send the unified diff file for them. > > ----- From here (gnuplot.doc) ----- > --- gnuplot.doc.ORG 2009-04-14 08:30:21.000000000 +0900 > +++ gnuplot.doc 2009-04-14 08:37:03.000000000 +0900 > @@ -254,7 +254,7 @@ > version 4.0. > > 3 New plot elements > -=circles > +=circle > =ellipse > =polygon > The `set object` command can now be used to define fixed circles, ellipses, and That one is intentional. The user may ask "help circles", and we should print the help text even though the object type is "circle". This is in particular true because there is a command "plot ... with circles" For the other typos, thank you very much. Ethan > @@ -5598,10 +5598,10 @@ > be drawn, even if they would normally be obscured by other plot elements. > > Similarly, the keyword `nocontours` will turn off contouring for an individual > - plot even if the global property "set contour" is active. > + plot even if the global property `set contour` is active. > > - Similarly, the keyword `nocontours` will turn off the 3D surface for an > - individual plot even if the global property "set surface" is active. > + Similarly, the keyword `nosurface` will turn off the 3D surface for an > + individual plot even if the global property `set surface` is active. > > The keywords may be abbreviated as indicated. > > @@ -10024,7 +10024,7 @@ > appropriate style, data or function. > > `unset surface` will cause `splot` to not draw points or lines corresponding > - to any of the function or data file points. If you want to turn of the surface > + to any of the function or data file points. If you want to turn off the surface > for an individual function or data file while leaving the others active, use > the `nosurface` keyword in the `splot` command. Contours may still be drawn on > the surface, depending on the `set contour` option. The combination > @@ -10458,6 +10458,7 @@ > ?set view equal_axes > ?set view equal > ?view equal_axes > +?view equal > The command `set view equal xy` forces the unit length of the x and y axes > to be on the same scale, and chooses that scale so that the plot will fit on > the page. The command `set view equal xyz` additionally sets the z axis > ----- To here (gnuplot.doc) ----- > ----- From here (canvas.trm) ----- > --- canvas.trm.ORG 2009-04-14 08:32:40.000000000 +0900 > +++ canvas.trm 2009-04-14 08:33:05.000000000 +0900 > @@ -1128,7 +1128,7 @@ > " <html>", > " <head>", > " <script src=\"canvastext.js\"></script>", > -" <script src=\"canvas_common.js\"></script>", > +" <script src=\"gnuplot_common.js\"></script>", > " </head>", > " <body onload=\"fishplot();\">", > " <script src=\"fishplot.js\"></script>", > ----- To here (canvas.trm) ----- > > +========================================================+ > Shigeharu TAKENO NIigata Institute of Technology > kashiwazaki,Niigata 945-1195 JAPAN > sh...@ie... TEL(&FAX): +81-257-22-8161 > +========================================================+ > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > High Quality Requirements in a Collaborative Environment. > Download a free trial of Rational Requirements Composer Now! > http://p.sf.net/sfu/www-ibm-com > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > -- Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle 98195-7742 |