Difference between revisions of "Gnuplot"
From PHYSpedia
(→Plotting) |
|||
| Line 1: | Line 1: | ||
==Plotting== | ==Plotting== | ||
| + | gnuplot is a program created to plot stuff. You can plot functions or data. The <code>plot</code> command has the following form | ||
| + | plot [ function | 'filename' ] modifiers | ||
| + | |||
==Creating Pictures== | ==Creating Pictures== | ||
==Gnuplot Scripts== | ==Gnuplot Scripts== | ||
Revision as of 11:46, 12 March 2012
Plotting
gnuplot is a program created to plot stuff. You can plot functions or data. The plot command has the following form
plot [ function | 'filename' ] modifiers