Gnuplot is a portable command-line driven data and function plotting utility. It was originally intended to allow scientists and students to visualize mathematical functions and data.
Gnuplot supports many types of plots in two or three dimensions. It can draw using points, lines, boxes, contours, vector fields surfaces and various associated text. It also supports various specialized plot types.
Gnuplot supports many different types of output: interactive screen display (with mouse and hotkey functionality), pen plotters (like hpgl), printers (including postscript and many color devices), and file formats as vectorial pseudo-devices like LaTeX, metafont, pdf, svg, or bitmap png.
The current versions of Gnuplot available at OSC are:
Version | Owens | Pitzer | Notes |
---|---|---|---|
4.6 patchlevel 2 | System Install | No module needed. | |
5.2.2 | X* | ||
5.2.4 | X* |
You can use module spider gnuplot
to view available modules for a given machine. Feel free to contact OSC Help if you need other versions for your work.
Gnuplot is available to all OSC users.
Thomas Williams, Colin Kelley/ Open source
To start a Gnuplot session, load the module and launch using the following commands:
module load gnuplot
gnuplot
To access the Gnuplot help menu, type ?
into the Gnuplot command line.
To start a Gnuplot session, load the module and launch using the following commands:
module load gnuplot
gnuplot
To access the Gnuplot help menu, type ?
into the Gnuplot command line.
For more information, visit the Gnuplot Homepage.