File: README.Debian

package info (click to toggle)
pyxplot 0.9.2-12
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,176 kB
  • sloc: ansic: 50,373; xml: 1,339; python: 570; sh: 318; makefile: 89
file content (36 lines) | stat: -rw-r--r-- 1,166 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
PyXPlot for Debian
------------------

PyXPlot's documentation can be found in the pyxplot-doc package and is located
in the /usr/share/doc/pyxplot in HTML and PDF formats.

The PyXPlot home page also contains an index of example PyXPlot graphs and
charts at <http://www.pyxplot.org.uk/examples/>.


Enabling Optional Features
--------------------------

A number of features in pyxplot require additional libraries to be installed.
These packages are "recommended" by the pyxplot package and so should be
automatically installed.

* Postscript display

The "display" output defaults to using /usr/bin/gv if it is installed. Other
programs can be used to display postscript files including okular and evince.
See the "set viewer" command in the documentation for how to customise this
feature.

* Raster output (PNG, TIFF, JPEG)

The output format of the plot can be changed to a number of different formats,
for example:

  set terminal png
  set output "test.png"
  refresh

Conversion from the native EPS output to PNG, TIFF or JPEG format requires
the "convert" command which can be found in either the imagemagick or
graphicsmagick-imagemagick-compat packages.