Pyxplot: Difference between revisions

Content deleted Content added
Refined the heading.
Bender the Bot (talk | contribs)
m External links: HTTP to HTTPS for SourceForge
 
(4 intermediate revisions by 4 users not shown)
Line 1:
{{Lowercase title}}
{{Infobox software
| name = pyxplotPyxplot
| logo =
| developer = Dominic Ford, Ross Church
Line 7:
| latest release version = 0.9.2
| latest release date = {{Start date and age|2012|09|19|df=yes}}
| status = Active
| programming language = [[C (programming language)|C]]
| platform = [[Cross-platform]]
| language = English
| genre = [[List of information graphinggraphics software|Plotting]]
| license = [[GNU General Public License|GNU GPL]]
| website = {{URL|http://www.pyxplot.org.uk}}
}}
'''Pyxplot''' is a [[free software]] [[command-line]] graph-plotting and [[vector graphics]] package. Its interface is similar to that of [[gnuplot]], but its graphics engine is optimised to produce output in a style appropriate for inclusion in academic journals. The [[LaTeX]] typesetting system is used to render all text labels, making it easy to annotate graphs with mathematical expressions. In addition, Pyxplot has many more [[Control flow|flow control constructs]] than gnuplot, making it much easier to perform batch operations.
Line 21 ⟶ 20:
== Mathematical environment ==
 
Pyxplot's mathematical environment is unusual in that numerical variables can have physical units. Mathematical expressions involving quantities with physical units automatically calculate the dimensions of the resulting quantity; for example, squaring a distance will automatically produce an area. Data files read in<!--not a mistake--> in one unit (for example inches), can be output in another unit (for example meters).
 
All of Pyxplot's numerical analysis commands, such as curve-fitting, Fourier transforms and histogram generation also natively support quantities with physical units. Pyxplot's vector graphics drawing commands allow positions on the page and rotation angles to be specified by quantities with appropriate physical units.
Line 29 ⟶ 28:
Pyxplot is extensively documented online. Its website includes a large [http://pyxplot.org.uk/current/doc/html/index.html Users' Manual] and [http://pyxplot.org.uk/examples/index.html gallery of examples].
 
The source code is available on [httphttps://sourceforge.net/projects/pyxplot/ SourceForge].
 
[[Category:Free plotting software]]