Gnuplot

From PHYSpedia
Revision as of 12:48, 12 March 2012 by Cclark (talk | contribs) (Plotting)

Jump to: navigation, search

Plotting

gnuplot is a program created to plot stuff. You can plot functions or data. There are two commands for plotting, plot and splot. plot is used to plot 2D functions while splot is used to plot 3D functions. The plot command has the following form

plot [ function | 'filename' ] [ modifiers ]

Creating Pictures

Gnuplot Scripts