|
From: Shigeharu T. <sh...@ie...> - 2005-07-08 02:22:12
|
shige 07/08 2005
----------------
In gnuplot.doc of current CVS version
C RCS $Id: gnuplot.doc,v 1.311 2005/07/06 22:01:00 sfeam Exp $
I found some points that seem to be misprints. I send the unified
diff file for them.
----- From here -----
--- gnuplot.doc~ 2005-07-08 11:04:22.000000000 +0900
+++ gnuplot.doc 2005-07-08 11:18:02.000000000 +0900
@@ -8394,7 +8394,7 @@
plot 'file.dat' using 2, '' using 4, '' using 6:xtic(1)
This will produce a plot in which each vertical bar contains a stack of three
- segments, corresponding in height to the values found in columns 2, 4 and 3
+ segments, corresponding in height to the values found in columns 2, 4 and 6
of the datafile.
Finally, the commands
@@ -8405,7 +8405,7 @@
will produce three vertical stacks. The stack at x=1 will contain a box for
each entry in column 2 of the datafile. The stack at x=2 will contain a box
for each parallel entry in column 4 of the datafile, and the stack at x=3 a
- box for each entry of column 3. Because this interchanges gnuplot's usual
+ box for each entry of column 6. Because this interchanges gnuplot's usual
interpretation of input rows and columns, the specification of key titles and
x-axis tic labels must also be modified.
----- To here -----
+========================================================+
Shigeharu TAKENO NIigata Institute of Technology
kashiwazaki,Niigata 945-1195 JAPAN
sh...@ie... TEL(&FAX): +81-257-22-8161
+========================================================+
|