summaryrefslogtreecommitdiff
path: root/graphics/py-biggles/patches
AgeCommit message (Collapse)AuthorFilesLines
2014-01-19Update to 1.6.6:wiz2-8/+25
1.6.6 (27 Nov 2008) -------------------- * Fixed issue that caused all images to be 570x570 on some systems, due to a change in the python2.5 C API. * Improved setup.py and Makefiles. * Contours can now be used with PlotKey. * Added Labels component. Similar to Points, but with text labels instead of symbols. 1.6.5 (20 Mar 2007) ------------------- * Replaced Numeric with numpy. 1.6.4 (08 Mar 2004) ------------------- * Phil Kromer contributed the new ColoredPoints and Density components. See example9.py for details. * Todd Fox contributed Makefiles for building with MS Visual C++. * Can now specify the width/height of postscript output, by passing (e.g.) width="5in" or height="10in" to the functions which produce postscript output. Default values are in the [postscript] section of config.ini. The old [printer]/paper option is now [postscript]/paper. * Added UpperLimits, LowerLimits components. These produce symbols with half-arrows indicating the true value is below/above the point. * Added TeX codes \`,\',\^,\",\~ for character accents.
2009-02-16Fix build with Python 2.5 due to missing source encoding.joerg1-0/+8