Software at OSC |
GNUplotIntroductionGnuplot is a portable command-line driven interactive data and function plotting utility. It was originally intended as to allow scientists and students to visualize mathematical functions and data. Gnuplot supports many types of plots in either 2D and 3D. It can draw using lines, points, boxes, contours, vector fields, surfaces, and various associated text. It also supports various specialized plot types. Gnuplot supports many different types of terminals: interactive screen terminals (with mouse and hotkey functionality), pen plotters (like hpgl), printers (including postscript and many color devices), and printings to output file as vectorial pseudo-devices like LaTeX, metafont, pdf, svg, or bitmap png. VersionVersion 3.7p3 is currently available at OSC. AvailabilityGnuplot is available on the Intel P4 Linux Cluster, the Intel Itanium-2 Linux Cluster, and the Altix. UsageTo start a Gnuplot session, run the command: gnuplot Documentation |