Commit graph

4 commits

Author SHA1 Message Date
wiz
9f842ab08a Update to 1.6.6:
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.
2014-01-19 13:43:39 +00:00
joerg
464184154f Fix build with Python 2.5 due to missing source encoding. 2009-02-16 16:49:16 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
minskim
ab585d6408 Import py-biggles from pkgsrc-wip. Packaged by Kai Puolamaki, and
modified by me.

Biggles is a Python module for creating publication-quality 2D
scientific plots.

It supports multiple output formats (postscript, x11, png, svg, gif),
understands simple TeX, and sports a high-level, elegant interface.
It's intended for technical users with sophisticated plotting needs.
2004-02-21 03:25:04 +00:00