Difference between revisions of "Gnuplot"
From HCL
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
When plotting "points" data files from fupermod, you will need [http://gnuplot.sourceforge.net/docs_4.2/node172.html this]: set datafile missing "." | When plotting "points" data files from fupermod, you will need [http://gnuplot.sourceforge.net/docs_4.2/node172.html this]: set datafile missing "." | ||
+ | |||
+ | Put in a multiplication symbol with {/Symbol \264} [http://gnuplot-tricks.blogspot.ie/2009/05/gnuplot-tricks-many-say-that-it-is.html here] and [http://quark.phys.s.u-tokyo.ac.jp/~kawanai/file/guide.pdf here] | ||
=== Error message "';' expected" === | === Error message "';' expected" === |
Latest revision as of 01:40, 11 October 2012
Official gnuplot documentation
GNUPLOT: not so Frequently Asked Questions
When plotting "points" data files from fupermod, you will need this: set datafile missing "."
Put in a multiplication symbol with {/Symbol \264} here and here
Error message "';' expected"
That syntax (linetype specification with just a number, but no keyword) has been deprecated for several years now. It had never been an officially documented feature anyway, and was removed ages ago. Have a look at "help plot style" to see how it's done. More
Deprecated:
plot with lines 1
Should be:
plot with lines ls 1