add UnicodeEngine (MultiEngineText and axis texters returning MultiEngineText), texte...
[PyX.git] / README
blobb314d6a2d3451f4c7ad3de0a0339a01a684c0762
1                       PyX - Python graphics package
2                       =============================
4 PyX is a Python package for the creation of PostScript and PDF files. It
5 combines an abstraction of the PostScript drawing model with a TeX/LaTeX
6 interface. Complex tasks like 2d and 3d plots in publication-ready quality are
7 built out of these primitives.
9 Installation
10 ------------
12 The installation of PyX is described in the file INSTALL.
14 Documentation
15 -------------
17 A prebuilt version of the manual can be found on the PyX webpage under
18 http://pyx.sourceforge.net/manual.pdf. For answers to frequently asked
19 questions, we refer to pyx/pyxfaq.pdf. We also recommend taking a look on the
20 nice examples for the use of PyX, which can be found in the examples directory.
22 License
23 -------
25 PyX is free software; you can redistribute it and/or modify
26 it under the terms of the GNU General Public License as published by
27 the Free Software Foundation; either version 2 of the License, or
28 (at your option) any later version.
30 PyX is distributed in the hope that it will be useful,
31 but WITHOUT ANY WARRANTY; without even the implied warranty of
32 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
33 GNU General Public License for more details.
35 You should have received a copy of the GNU General Public License
36 along with PyX; if not, write to the Free Software
37 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA