Go to the first, previous, next, last section, table of contents.


gnuplot.output

gnuplot.output(|file=s)
:: ask GNUPLOT to output graphic to the file s in the Postscript format.
return
Void
s
String
[273] gnuplot.output(|file="hoge.eps");
Graphic output of GNUPLOT will be written to hoge.eps as a Poscript file.
0
[274] gnuplot.gnuplot("plot tan(x)+sin(x);");
0
[275] gnuplot.output();
Usage of gnuplot.output: gnuplot.output(|file="string")
                         gnuplot.output(|file="x11")
Output device is set to X11
Reference
gnuplot


Go to the first, previous, next, last section, table of contents.