Plotutils: Difference between revisions
logo |
This application does not have its own logo. We do not put organization logos here instead. Template:Infobox software explains, this is for the "software product's logo" only. |
||
Line 2: | Line 2: | ||
{{Infobox software |
{{Infobox software |
||
| name = Plotutils |
| name = Plotutils |
||
| logo = Heckert GNU white.svg |
|||
| logo size = 100px |
|||
| developer = [[GNU Project]] |
| developer = [[GNU Project]] |
||
| latest release version = 2.6 |
| latest release version = 2.6 |
||
Line 11: | Line 9: | ||
| website = {{URL|https://gnu.org/software/plotutils}} |
| website = {{URL|https://gnu.org/software/plotutils}} |
||
}} |
}} |
||
'''GNU plotutils''' is a set of [[free software]] command-line tools and [[software libraries]] for generating 2D plot graphics based on data sets. It is used in projects such as [[PSPP]] and [[UMLgraph]], and in many areas of academic research,<ref>[http://www.biomedcentral.com/1471-2105/8/148 Sennblad, et al., 2007.]</ref><ref>[http://www-verimag.imag.fr/~frehse/phaver_web/ PHAVer, Polyhedral Hybrid Automaton Verifyer]</ref><ref>[http://www.cmr.uq.edu.au/XSopheTitle.htm XSohie, electron paramagnetic resonance spectrum simulator]</ref> and is included in many [[Linux]] distributions such as [[Debian]]<ref>http://packages.debian.org/lenny/plotutils</ref> and [[cygwin]]. [[Microsoft Windows|Windows]] and [[Mac OS X]] versions are also available. The library provides bindings for the [[C (programming language)|C]] and [[C++]] languages. Its stand alone command-line tools can generate graphs and perform numerical calculation of spline curves and systems of ordinary differential equations. Plotutils is a [[GNU package]] and is distributed under a [[free software licence]], the [[GNU General Public License|GPL]]. |
'''GNU plotutils''' is a set of [[free software]] command-line tools and [[software libraries]] for generating 2D plot graphics based on data sets. It is used in projects such as [[PSPP]] and [[UMLgraph]], and in many areas of academic research,<ref>[http://www.biomedcentral.com/1471-2105/8/148 Sennblad, et. al., 2007.]</ref><ref>[http://www-verimag.imag.fr/~frehse/phaver_web/ PHAVer, Polyhedral Hybrid Automaton Verifyer]</ref><ref>[http://www.cmr.uq.edu.au/XSopheTitle.htm XSohie, electron paramagnetic resonance spectrum simulator]</ref> and is included in many [[Linux]] distributions such as [[Debian]]<ref>http://packages.debian.org/lenny/plotutils</ref> and [[cygwin]]. [[Microsoft Windows|Windows]] and [[Mac OS X]] versions are also available. The library provides bindings for the [[C (programming language)|C]] and [[C++]] languages. Its stand alone command-line tools can generate graphs and perform numerical calculation of spline curves and systems of ordinary differential equations. Plotutils is a [[GNU package]] and is distributed under a [[free software licence]], the [[GNU General Public License|GPL]]. |
||
==History== |
==History== |
||
Line 56: | Line 54: | ||
==External links== |
==External links== |
||
* {{Official website|https://gnu.org/software/plotutils}} |
* {{Official website|https://gnu.org/software/plotutils}} |
||
* [http://www.umlgraph.org UMLgraph] Automated Drawing of UML Diagrams |
* [http://www.umlgraph.org/ UMLgraph] Automated Drawing of UML Diagrams |
||
* [http://prime.sbc.su.se/primetv/plotutils.html GNU Plotutils] |
* [http://prime.sbc.su.se/primetv/plotutils.html GNU Plotutils] |
||
* [https://books.google.com/books?id=qsfzxExOVTsC&pg=PA316&lpg=PA316&dq=plotutils&source=bl&ots=FqFiDjTh03&sig=2rZMaK8BWE6n2D3VcI3Ydp-9Cho&hl=en&ei=-Oh7St37Job8tgeEl-XjAQ&sa=X&oi=book_result&ct=result&resnum=10#v=onepage&q=plotutils&f=false C++ for mathematicians: an introduction for students and professionals] |
* [https://books.google.com/books?id=qsfzxExOVTsC&pg=PA316&lpg=PA316&dq=plotutils&source=bl&ots=FqFiDjTh03&sig=2rZMaK8BWE6n2D3VcI3Ydp-9Cho&hl=en&ei=-Oh7St37Job8tgeEl-XjAQ&sa=X&oi=book_result&ct=result&resnum=10#v=onepage&q=plotutils&f=false C++ for mathematicians: an introduction for students and professionals] |
Revision as of 23:56, 8 February 2019
Developer(s) | GNU Project |
---|---|
Stable release | 2.6
/ September 27, 2009 |
Operating system | Multi-platform |
License | GNU General Public License |
Website | gnu |
GNU plotutils is a set of free software command-line tools and software libraries for generating 2D plot graphics based on data sets. It is used in projects such as PSPP and UMLgraph, and in many areas of academic research,[1][2][3] and is included in many Linux distributions such as Debian[4] and cygwin. Windows and Mac OS X versions are also available. The library provides bindings for the C and C++ languages. Its stand alone command-line tools can generate graphs and perform numerical calculation of spline curves and systems of ordinary differential equations. Plotutils is a GNU package and is distributed under a free software licence, the GPL.
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 1980s, 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.
Features
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 4010 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.
Supported output formats
- X Window System display
- SVG
- PNG
- PNM
- pseudo-GIF (using run-length encoding rather than LZW to avoid the past patent issue)
- WebCGM
- Adobe Illustrator
- PostScript
- PCL
- HP-GL
- xfig
See also
References
External links
- Official website
- UMLgraph Automated Drawing of UML Diagrams
- GNU Plotutils
- C++ for mathematicians: an introduction for students and professionals
- GNU Graphics