|
From: Shigeharu T. <sh...@ie...> - 2006-02-20 05:33:53
|
shige 02/20 2006
----------------
In docs/gnuplot.doc of current CVS version
C RCS $Id: gnuplot.doc,v 1.343 2006/02/07 04:27:27 sfeam Exp $
and term/post.trm
* $Id: post.trm,v 1.170 2006/02/12 22:19:36 mikulik Exp $
I found some points that seem to be misprints. I send the unified
diff file for them.
----- From here -----
diff -u docs/gnuplot.doc~ docs/gnuplot.doc
--- docs/gnuplot.doc~ Wed Feb 8 15:20:46 2006
+++ docs/gnuplot.doc Mon Feb 20 12:53:19 2006
@@ -6041,7 +6041,7 @@
affects 3D plotting styles `with points`, `with labels`, and `with vectors`,
even if no surface is present in the graph. Individual plots within the
graph may be explicitly excluded from this processing by appending the extra
- option `nohidden` to the `with` specifier.
+ option `nohidden3d` to the `with` specifier.
Functions are evaluated at isoline intersections. The algorithm interpolates
linearly between function points or data points when determining the visible
@@ -7333,7 +7333,7 @@
color each quadrangle appropriately. For data files, this will smoothen the
color surface, and enhance spikes in a color surface. For functions,
interpolation makes little sense, except to trade off precision for memory.
- It would usually make more sense to use 'samples' and 'isosamples' when working
+ It would usually make more sense to use `samples` and `isosamples` when working
with functions.
The coloring setup as well as the color box drawing are determined by
diff -u term/post.trm~ term/post.trm
--- term/post.trm~ Mon Feb 20 12:55:19 2006
+++ term/post.trm Mon Feb 20 12:56:20 2006
@@ -4109,7 +4109,7 @@
" errors but, rather, display a message or a PostScript Level 1 approximation.",\
" The `level1` option substitutes PostScript Level 1 approximations of these",\
" features and uses no PostScript Level 2 code. This may be required by some",\
-" old printers and old versions of Adobe Illustrator. The flag `Level1` can be",\
+" old printers and old versions of Adobe Illustrator. The flag `level1` can be",\
" toggled later by editing a single line in the PostScript output file to force",\
" PostScript Level 1 interpretation. In the case of files containing level 2",\
" code, the above features will not appear or will be replaced by a note when",\
----- To here -----
+========================================================+
Shigeharu TAKENO NIigata Institute of Technology
kashiwazaki,Niigata 945-1195 JAPAN
sh...@ie... TEL(&FAX): +81-257-22-8161
+========================================================+
|