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("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.