gnuplot

gnuplot
3D rendering of an ellipsoid by gnuplot
Initial release 1986 (1986)
Stable release 5.2.4 (June 4, 2018 (2018-06-04)) [±]
Preview release 5.3 [±]
Repository Edit this at Wikidata
Written in C
Type Plotting
License Gnuplot license (rights to distribute modified versions are withheld)[1]
Website gnuplot.info

gnuplot is a command-line program that can generate two- and three-dimensional plots of functions, data, and data fits. It is frequently used for publication-quality graphics as well as in education. The program runs on all major computers and operating systems (Linux, Unix, Microsoft Windows, macOS, and others). It is a program with a fairly long history, dating back to 1986. Despite its name, this software is not part of the GNU project.

Features

gnuplot can produce output directly on screen, or in many formats of graphics files, including Portable Network Graphics (PNG), Encapsulated PostScript (EPS), Scalable Vector Graphics (SVG), JPEG and many others. It is also capable of producing LaTeX code that can be included directly in LaTeX documents, making use of LaTeX's fonts and powerful formula notation abilities. The program can be used both interactively and in batch mode using scripts.

The program is well supported and documented. Extensive help can also be found on the Internet.[2][3]

The gnuplot core code is programmed in C. Modular subsystems for output via Qt, wxWidgets, and LaTeX/TikZ/ConTeXt are written in C++ and Lua.

gnuplot in interactive use.

The code below creates the graph to the right.

set title "Some Math Functions"
set xrange [-10:10]
set yrange [-2:2]
set zeroaxis
plot (x/4)**2, sin(x), 1/x

The name of this program was originally chosen to avoid conflicts with a program called "newplot", and was originally a compromise between "llamaplot" and "nplot".[4]

Distribution terms

Despite gnuplot's name, it is not named after, part of or related to the GNU Project, nor does it use the GNU General Public License. It was named as part of a compromise by the original authors, punning on gnu (the animal) and newplot.[5]

Official source code to gnuplot is freely redistributable, but modified versions thereof are not. The gnuplot license instead recommends distribution of patches against official releases, optionally accompanied by officially released source code. Binaries may be distributed along with the unmodified source code and any patches applied thereto. Contact information must be supplied with derived works for technical support for the modified software.[1]

Permission to modify the software is granted, but not the right to distribute the complete modified source code. Modifications are to be distributed as patches to the released version.

Despite this restriction, gnuplot is accepted and used by many GNU packages and is widely included in Linux distributions including the stricter ones such as Debian and Fedora. The OSI Open Source Definition and the Debian Free Software Guidelines specifically allow for restrictions on distribution of modified source code, given explicit permission to distribute both patches and source code.

Newer gnuplot modules (e.g. Qt, wxWidgets, and cairo drivers) have been contributed under dual-licensing terms, e.g. gnuplot + BSD or gnuplot + GPL.

GUIs and programs that use gnuplot

Several third-party programs have graphical user interfaces that can be used to generate graphs using gnuplot as the plotting engine. These include:

Other programs that use gnuplot include:

Programming and application interfaces

gnuplot can be used from various programming languages to graph data, including Perl (via PDL and other CPAN packages), Python (via Gnuplot-py and SageMath), Julia (via Gaston.jl), Java (via JavaGnuplotHybrid and jgnuplot), Ruby (via Ruby Gnuplot), Ch (via Ch Gnuplot), Haskell (via Haskell gnuplot), Fortran 95,[15] and Smalltalk (Squeak and GNU Smalltalk).

gnuplot also supports piping, which is typical of scripts.[16] For script-driven graphics, gnuplot is by far the most popular program.

See also

References

  1. 1 2 "gnuplot licence".
  2. Gnuplot manual (PDF), retrieved 2018-05-15
  3. How to generate graphs with gnuplot, retrieved 2012-07-19
  4. Gnuplot FAQ
  5. "1.2 How did it come about and why is it called gnuplot?". gnuplot. Retrieved 2015-02-21.
  6. http://jgp.sourceforge.net/
  7. http://kayali.sourceforge.net/index.htm
  8. "{title}". Archived from the original on 2014-10-31. Retrieved 2014-10-30.
  9. http://www.uni-hamburg.de/Wiss/FB/15/Sustainability/schneider/gnuplot/
  10. Steingrube, Daniel S. "Steingrube". www.steingrube-home.de. Retrieved 2015-08-21.
  11. http://wald.intevation.org/projects/statist/
  12. http://gplot.sourceforge.net/
  13. https://www.elchemea.com/
  14. http://www.energy.dtu.dk/english
  15. Singh, Madhusudan. "gnuplotfortran - the Fortran 95 interface to gnuplot". gnuplotfortran.sourceforge.net. Retrieved 10 May 2016.
  16. Piping to GNU Plot from C by Amit Saha
  • Official website
  • Gnuplot on SourceForge.net
  • gnuplotting: a blog of gnuplot examples and tips
  • spplotters: a blog of gnuplot examples and tips
  • gnuplot surprising: a blog of gnuplot examples and tips
  • Gnuplot at Curlie (based on DMOZ)
  • Philipp K. Janert (2009). Gnuplot in Action. Manning Publications. ISBN 978-1933988399.
  • Lee Phillips (2012). gnuplot Cookbook. Packt Publishing. ISBN 978-1849517249.
  • Williams, Thomas; Kelley, Colin (2015). Gnuplot 5.0. Samurai Media Limited. ISBN 978-988-14436-4-9.
  • Visualize your data with gnuplot: an IBM tutorial
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.