Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix multiple graph select issue.sugar-0.94Aneesh Dogra2012-12-051-0/+4
|
* Add copyright info and some minor fixes.Aneesh Dogra2012-12-052-3/+3
|
* Add functionality to export plots to clipboard.Aneesh Dogra2012-12-052-15/+61
| | | | Fix #2701
* Remove the debug statement.Aneesh Dogra2012-12-051-1/+0
|
* plotlib:Fix invalid reference error.Aneesh Dogra2012-12-051-0/+5
| | | | | | | | plotlib gives out an invalid reference error when provided with equations like "plot(plot())". Its due to the fact that plotlib doesn't check for the number of arguments provided. This patch adds that check, hence fixing the bug.
* Compatibility comments and small change for older versions of SugarGary Martin2012-11-242-1/+7
|
*