Skip to content

Commit e06ef4a

Browse files
author
sfeam
committed
*** empty log message ***
1 parent 2ae1783 commit e06ef4a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/gnuplot.doc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
C RCS $Id: gnuplot.doc,v 1.1108 2017-09-11 20:13:24 sfeam Exp $
1+
C RCS $Id: gnuplot.doc,v 1.1109 2017-09-19 18:38:01 sfeam Exp $
22
C
33
C Copyright (C) 1986 - 1993, 1998, 1999, 2000, 2001, 2004 Thomas Williams, Colin Kelley et al.
44
C
@@ -199,6 +199,11 @@ C
199199
Version 5.3 is the current development version. New features introduced here
200200
will generally not appear in a supported release until version 5.4. Details
201201
may change before that.
202+
203+
#start
204+
#bcreation of csv files using `set table separator {tab|comma|"char"}`
205+
##See `plot with table`.
206+
#end
202207
3 Features introduced in version 5.2
203208
?Features introduced in version 5.2
204209
4 New plot styles and style options
@@ -13013,6 +13018,7 @@ Ffigure_multiple_keys
1301313018
plot <file> using ("File 1"):1:2:3 with table
1301413019
plot <file> using (sprintf("%4.2f",$1)) : (sprintf("%4.2f",$3)) with table
1301513020

13021+
=csv
1301613022
To create a csv file use
1301713023
set table "tab.csv" separator comma
1301813024
plot <foo> using 1:2:3:4 with table

0 commit comments

Comments
 (0)