Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-12 | Add DESTDIR support. | joerg | 1 | -3/+6 | |
2008-04-25 | Update PYTHON_VERSIONS_COMPATIBLE | joerg | 1 | -2/+1 | |
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals. | |||||
2007-11-08 | Fix include order to get working Python version selection. | joerg | 1 | -2/+2 | |
2007-06-12 | Needs Python 2.3+. | joerg | 1 | -1/+2 | |
2007-05-19 | Stop py-X from installing a configuration file under /etc | adrianp | 4 | -3/+37 | |
Spotted by joerg@'s bulk builds PKGREVISION++ | |||||
2007-01-03 | Fix what turned out to be a incomplete PLIST | adrianp | 1 | -1/+58 | |
Ride the recent import | |||||
2007-01-03 | PyX is a Python package for the creation of PostScript and PDF files. It | adrianp | 4 | -0/+141 | |
combines an abstraction of the PostScript drawing model with a TeX/LaTeX interface. Complex tasks like 2d and 3d plots in publication-ready quality are built out of these primitives. Features * PostScript and PDF output for device independent, freely scalable figures * seamless TeX/LaTeX integration * full access to PostScript features like paths, linestyles, fill patterns, transformations, clipping, bitmap inclusion, etc. * advanced geometric operations on paths like intersections, transformations, splitting, smoothing, etc. * sophisticated graph generation: modular design, pluggable axes, axes partitioning based on rational number arithmetics, flexible graph styles, etc. |