Difference between revisions of "Gnuplot"
From HCL
Line 1: | Line 1: | ||
− | [http://www.gnuplot.info/documentation.html Official gnuplot documentation] | + | [http://www.gnuplot.info/documentation.html Official gnuplot documentation] |
− | [http://gnuplot.sourceforge.net/demo/ Demo scripts for gnuplot] | + | [http://gnuplot.sourceforge.net/demo/ Demo scripts for gnuplot] |
− | [http://t16web.lanl.gov/Kawano/gnuplot/index-e.html GNUPLOT: not so Frequently Asked Questions] | + | [http://t16web.lanl.gov/Kawano/gnuplot/index-e.html GNUPLOT: not so Frequently Asked Questions] |
+ | |||
+ | When plotting "points" data files from fupermod, you will need [http://gnuplot.sourceforge.net/docs_4.2/node172.html this]: | ||
+ | |||
+ | set datafile missing "."<br> |
Revision as of 23:14, 16 February 2012
Official gnuplot documentation
GNUPLOT: not so Frequently Asked Questions
When plotting "points" data files from fupermod, you will need this:
set datafile missing "."