1.2 System Requirements

PyXPlot works on most UNIX-like operating systems. We have tested it under Linux, Solaris and MacOS X, and believe that it should work on other similar systems. It requires that the following software packages (not included) be installed:

Python

(Version 2.4 or later)

Latex

(Used for all textual labels)

ImageMagick

(needed for the gif, png and jpg terminals)

The following package is not required for installation, but many PyXPlot features are disabled when it is not present, including the fit and spline commands and the integration of functions. It is very strongly recommended:

Scipy

(Python Scientific Library)

The following package is not required for installation, but it is not possible to use the X11 terminal, i.e. to display plots on the screen, without it:

Ghostview

(used for the X11 terminal)

Debian and Ubuntu users can find the above software in the packages texlive, gv, imagemagick, python, python-scipy.