Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plotlib.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary debug print statement.sugar-0.94Gary Martin2013-01-121-1/+0
|
* Add my copyright info.Aneesh Dogra2012-12-041-0/+1
|
* Remove unnecessary backslashes.Aneesh Dogra2012-12-041-3/+3
|
* Fix division by 0 error, when provided with N..N range. N being any number.Aneesh Dogra2012-12-041-10/+12
| | | | Also fix #4297 locally.
* We don't need to pass in range to produce_plot.Aneesh Dogra2012-12-041-2/+2
|
* Fix the axes, fix error with constant functions and some cleanup.Aneesh Dogra2012-12-041-12/+22
|
* Fix the labels.Aneesh Dogra2012-12-041-16/+19
| | | | | | The x axis's labels works just fine but the y axis's has a problem. The problem is that every function is not linear, so the y-axis would not have labels at contant intervals.
* Add labels to x and y axes.Aneesh Dogra2012-12-041-7/+36
|
* 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