User Tools

Site Tools


playground:plot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
playground:plot [2010/09/27 23:00] mcooper6playground:plot [2010/09/27 23:09] (current) mcooper6
Line 1: Line 1:
 +Documentation here: http://wiki.erazor-zone.de/doku.php?id=wiki:projects:php:dokuwiki:plugins:gnuplot
 +
 +Sample graph:
 +
 +<code>
 +<plot>
 +plot [-2:20] 2*cos(x)
 +</plot>
 +</code>
 +
 +<plot>
 +plot [-2:20] 2*cos(x)
 +</plot>
 +
 +<plot>
 +set contour base
 +set cntrparam levels incremental -20,5,10
 +set title "9 incremental contours starting at -20, stepping by 5" 0.000000,0.000000  font ""
 +splot x*y
 +</plot>