Gnuplot: Difference between revisions

Content deleted Content added
F J Wright (talk | contribs)
Add REDUCE as an application that can drive gnuplot.
no sentences
Line 28:
The gnuplot core code is programmed in [[C (programming language)|C]]. Modular subsystems for output via [[Qt (software)|Qt]], [[wxWidgets]], and LaTeX/TikZ/ConTeXt are written in [[C++]] and [[Lua (programming language)|Lua]].
 
[[File:Gnuplot-in-action.png|thumb|upright=1.4|gnuplot in interactive use.]]
The code below creates the graph to the right.
<syntaxhighlight lang="gnuplot">
Line 38:
</syntaxhighlight>
 
[[File:Gnuplot.ogv|thumb|Sample Videovideo]]
{{Gallery
|width=240
|height=160
|File:Gnuplot tcp analysis.png|alt2=Thousands of dots plotted, forming a pattern|A [[scatter plot]] of samples from a text file.
|File:Logarithmic spiral.svg|alt3=|A logarithmic spiral.
}}