Jump to content

Gnuplot: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
[[Image:600px-Gnuplot_ellipsoid.png|300px|right]]
[[Image:600px-Gnuplot_ellipsoid.png|thumb]]
Multi-platform open source, command line, interactive data and function plotting utility, primarily intended for scientific, statistical and engineering graphics although it can be used for business plotting as well. It has considerable output device and format independence and as such supports a host of bitmap and vector graphics formats, markup, layout and page description languages such as [[TeX]], [[HTML]] and [[PDF]] in addition to screen output for terminals, [[X11]] and OS/2 PM windows.
Multi-platform open source, command line, interactive data and function plotting utility, primarily intended for scientific, statistical and engineering graphics although it can be used for business plotting as well. It has considerable output device and format independence and as such supports a host of bitmap and vector graphics formats, markup, layout and page description languages such as [[TeX]], [[HTML]] and [[PDF]] in addition to screen output for terminals, [[X11]] and OS/2 PM windows.


Line 8: Line 8:
Despite the name gnuplot is not related to the [[Free Software Foundation]] in any way and actually predates the use of the GNU name by the FSF, the package is named after the Gnu (Wildebeest), an animal that is like a cross between a hind and cattle.
Despite the name gnuplot is not related to the [[Free Software Foundation]] in any way and actually predates the use of the GNU name by the FSF, the package is named after the Gnu (Wildebeest), an animal that is like a cross between a hind and cattle.


====Alternate user interfaces====
;Alternate user interface
* [http://jgnuplot.sourceforge.net JGNUPlot] - [[Java]] front end for gnuplot
* [http://jgnuplot.sourceforge.net JGNUPlot] - [[Java]] front end for gnuplot
;Editor support
* [[jEdit]] - Java based editor - gnuplot syntax highlighting built-in


====Editor support====
==Versions==
* [[jEdit]] - Java based editor - gnuplot syntax highlighting built in - Current.
* gnuplot 4.6.2 (2013-03-15)


==Versions==
==License==
* Last known OS/2 version: gnuplot 4.6.2 (2013-03-15)
* Open source software, released under the [[gnuplot license]]
* Authors: Thomas Williams, Colin Kelley


==Links==
==Links==
* [http://www.gnuplot.info/ gnuplot homepage]
* [http://www.gnuplot.info/ gnuplot homepage]
* [https://sourceforge.net/projects/gnuplot/files/gnuplot/ gnuplot download page] - On [[SourceForge]]
* [https://sourceforge.net/projects/gnuplot/files/gnuplot/ gnuplot download page] - On [[SourceForge]]
==License==
* Open source software, released under the [[gnuplot license]]
==Authors==
* Thomas Williams
* Colin Kelley


[[Category:Graphical libraries and kernels]][[Category:Language independent tools]]
[[Category:Graphical libraries and kernels]][[Category:Language independent tools]]
[[Category:Open Source Software]][[Category:Software written in C]]
[[Category:Open Source Software]][[Category:Software written in C]]

Revision as of 14:49, 3 May 2020

Multi-platform open source, command line, interactive data and function plotting utility, primarily intended for scientific, statistical and engineering graphics although it can be used for business plotting as well. It has considerable output device and format independence and as such supports a host of bitmap and vector graphics formats, markup, layout and page description languages such as TeX, HTML and PDF in addition to screen output for terminals, X11 and OS/2 PM windows.

Due to restrictive licensing conditions the package cannot be used as a graphical library and you cannot reuse the code in the package, merely distribute changes to it. However if you distribute the package as a whole separate download, you can use it as a graphics kernel for your software and even embed the output of it inside your program's user interface.

In addition to all the usual functions as used in the UNIX like and MS Windows versions the OS/2 version in addition explicitly supports REXX scripting.

Despite the name gnuplot is not related to the Free Software Foundation in any way and actually predates the use of the GNU name by the FSF, the package is named after the Gnu (Wildebeest), an animal that is like a cross between a hind and cattle.

Alternate user interface
Editor support
  • jEdit - Java based editor - gnuplot syntax highlighting built-in

Versions

  • gnuplot 4.6.2 (2013-03-15)

License

  • Open source software, released under the gnuplot license
  • Authors: Thomas Williams, Colin Kelley

Links