Update print/abcm2ps to version 8.12.3
[dports.git] / print / py-pyscript / pkg-descr
1 PyScript is a python module for producing high quality postscript
2 graphics. Rather than use a GUI to draw a picture, the picture is
3 programmed using python and the PyScript objects.
4
5 Some of the key features are:
6
7     * All scripting is done in python, which is a high level, easy
8       to learn, well-developed scripting language.
9     * All the objects can be translated, scaled, rotated, ... in fact
10       any affine transformation.
11     * Plain text is automatically kerned.
12     * You can place arbitrary LaTeX expressions on your figures.
13     * You can create your own figure objects, and develop a library
14       of figure primitives.
15     * Output is publication quality.
16
17 WWW: http://pyscript.sourceforge.net/