Plotutils
This article may have been previously nominated for deletion: Wikipedia:Articles for deletion/Plotutils exists. It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "Plotutils" – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|Plotutils|concern=no third party sources, nothing to suggest notability}} ~~~~ Timestamp: 20090804072724 07:27, 4 August 2009 (UTC) Administrators: delete |
Developer(s) | GNU Project |
---|---|
Stable release | 2.5
/ December 2005 |
Operating system | Multi-platform |
License | GNU General Public License |
Website | Official website |
Plotutils is a software library for exporting 2D vector graphics in many file formats. It is maintained by the GNU Project and is licensed under the GPL. It is used in projects such as PSPP. The library provides bindings for the C and C++ languages. It also provides stand alone tools for generating graphs.
Features
Supported output formats
- X Window System display
- SVG
- PNG
- PNM
- pseudo-GIF
- WebCGM
- Adobe Illustrator
- PostScript
- PCL
- HP-GL
- xfig
Stand alone tools
- GNU graph, which plots 2-D datasets or data streams in real time.
- GNU plot, which translates GNU Metafile format to any of the other formats.
- GNU tek2plot, for translating Tektronix data to any of the above formats.
- GNU pic2plot, for translating the pic language to any of the above formats.
- GNU plotfont, for displaying character maps of the fonts that are available in the above formats.
- GNU spline, which does spline interpolation of data.
- GNU ode, which numerically integrates a system consisting of one or more ordinary differential equations.
History
Several utilities were inspired by Unix plotting utilities. A graph utility and various plot filters were present in the first releases of Unix from Bell Laboratories. By the time of Version 7 Unix, `graph', `plot', `spline', and several device-dependent versions of `libplot' were a standard Unix features. The first display device supported by the package was a Tektronix 611 storage scope. By the early 1980's, numerous other devices were supported.
In 1989, the first GNU versions of `graph', `plot', `tek2plot', `spline' and their respective documentation were written. Richard Stallman further directed development of the programs and documentation. The distribution, as it stood in 1991, was distributed under the name `GNU graphics'.
In 1995 the package was significantly expanded by writing a device-independent, standalone version of `libplot', and by rewriting `graph' from scratch, turning it into a real-time filter.
See also
- GNU Project
- gnuplot (not part of the GNU project).