Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plotlib.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix invalid reference error SL#4297 (Aneesh Dogra)Gary Martin2013-01-111-1/+1
| | | | An invalid reference error ("x_space referenced before assignment") occurs in the plotting function when a N..N range is provided. (N denotes any number) like 1..1, 2..2 etc.
* Support matplotlib as plotting back-endReinier Heeres2009-04-221-48/+102
|
* Move to more flexible and faster parser based on python ASTReinier Heeres2008-12-231-24/+46
|
* Big update; see NEWSReinier Heeres2007-11-181-2/+30
|
* Bugfixes, plot axes labels, MANIFEST updateReinier Heeres2007-09-101-5/+17
|
* Basic plot() support!Reinier Heeres2007-09-071-0/+138