~ubuntu-branches/ubuntu/trusty/pyx/trusty

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2006-11-26 14:04:53 UTC
  • mfrom: (2.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20061126140453-1dq3cycpspmlik2t
Tags: 0.9-3
* New maintainer. Thank you for more than three years of
  maintenance,  Graham! Closes: #400087
* Don't hard-code python 2.3 in manual/Makefile.
  Thanks to Matthias Klose for the bug report and patch.
  Closes: #392634
* Remove obsolete dh_python call from debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
                      PyX - Python graphics package
2
2
                      =============================
3
3
 
4
 
PyX is a Python package to create encapsulated PostScript figures. It provides
5
 
classes and methods to access basic PostScript functionality at an abstract
6
 
level. At the same time the emerging structures are very convenient to produce
7
 
all kinds of drawings in a non-interactive way. In combination with the Python
8
 
language itself the user can just code any complexity of the figure wanted.
9
 
Additionally an TeX/LaTeX interface enables one to use the famous high quality
10
 
typesetting within the figures.
11
 
 
12
 
A major part of PyX on top of the already described basis is the provision of
13
 
high level functionality for complex tasks like 2d plots in publication-ready
14
 
quality.
 
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.
15
8
 
16
9
Installation
17
10
------------
21
14
Documentation
22
15
-------------
23
16
 
24
 
A prebuilt version of the manual is distributed in manual/manual.pdf. For
25
 
answers to frequently asked questions, we refer to pyx/pyxfaq.pdf. We also
26
 
recommend taking a look on the nice examples for the use of PyX, which can be
27
 
found in the examples directory.
 
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.
28
21
 
29
22
License
30
23
-------
41
34
 
42
35
You should have received a copy of the GNU General Public License
43
36
along with PyX; if not, write to the Free Software
44
 
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
37
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA