Jump to content

Plotutils: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
SmackBot (talk | contribs)
m Add references section and/or general fixes.
Gronky (talk | contribs)
general review, moved boring lists to the end
Line 8: Line 8:
| website = [http://gnu.org/software/plotutils Official website]
| website = [http://gnu.org/software/plotutils Official website]
}}
}}
'''Plotutils''' is a [[opensource]] package consists of [[commandline]] tools and [[software libraries]] for exporting 2D vector graphics in many file formats. It is maintained by the [[GNU Project]] and is licensed under the [[GNU General Public License|GPL]]. It is used in projects such as [[PSPP]] and [[UMLgraph]], and is included in many [[Linux]] distributions such as [[debian]]<ref>http://packages.debian.org/lenny/plotutils</ref> and [[cygwin]]. Windows and Mac OS X versions are also available for each (see External Links). The library provides bindings for the [[C (programming language)|C]] and [[C++]] languages. It also provides stand alone tools for generating graphs and numerical calculation of spline curves and systems of ordinary differential equations.
'''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 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 should not be confused with the coincidentally-named<ref>{{cite web
|url=http://www.gnu.org/bulletins/bull19.html
|title=GNU's Bulletin June, 1995
|quote=Curiously, it was neither written nor named for the GNU Project; the name is a coincidence.
}}</ref> [[gnuplot]].

==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==
==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]] 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 (mathematics)|spline]] interpolation of data.
* GNU ode, which numerically integrates a system consisting of one or more ordinary differential equations.

===Supported output formats===
===Supported output formats===
* [[X Window System]] display
* [[X Window System]] display
Line 23: Line 46:
* [[HP-GL]]
* [[HP-GL]]
* [[xfig]]
* [[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 (mathematics)|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 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.


==See also==
==See also==

Revision as of 14:34, 16 August 2009

Plotutils
Developer(s)GNU Project
Stable release
Operating systemMulti-platform
LicenseGNU General Public License
WebsiteOfficial website

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 is included in many Linux distributions such as Debian[1] 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.

GNU plotutils should not be confused with the coincidentally-named[2] gnuplot.

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 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

See also

References

  1. ^ http://packages.debian.org/lenny/plotutils
  2. ^ "GNU's Bulletin June, 1995". Curiously, it was neither written nor named for the GNU Project; the name is a coincidence.