Gnuplot
From CFD-Wiki
(Difference between revisions)
(Removed text that had been copied from the website) |
|||
(2 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | Gnuplot | + | Gnuplot is a freely available interactive plotting utility. It is capable of producing 2D and 3D plots and supports a number of different output formats, including: |
+ | *PostScript | ||
+ | *PNG | ||
+ | *SVG | ||
+ | *LaTeX | ||
+ | Gnuplot's primary interface is the command-line (though there are interfaces with other programs available), and it is one of the older free software programs still in development. | ||
- | + | ==External Links== | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | ==External | + | |
*[http://www.gnuplot.info/ Gnuplot homepage] | *[http://www.gnuplot.info/ Gnuplot homepage] | ||
- | *[http://www.gnuplot.info/docs/ | + | *[http://www.gnuplot.info/docs/WhatsNew.html New features in version 4.2] |
Latest revision as of 20:31, 7 June 2007
Gnuplot is a freely available interactive plotting utility. It is capable of producing 2D and 3D plots and supports a number of different output formats, including:
- PostScript
- PNG
- SVG
- LaTeX
Gnuplot's primary interface is the command-line (though there are interfaces with other programs available), and it is one of the older free software programs still in development.