Difference between revisions of "Gnuplot"

From HCL
Jump to: navigation, search
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" ===

Revision as of 02:40, 11 October 2012

Official gnuplot documentation

Demo scripts for gnuplot

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} [1] and [2]

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