Difference between revisions of "Activities/Plot"
Jump to navigation
Jump to search
(Added link to bug tracker.) |
|||
Line 8: | Line 8: | ||
Plot is an activity that plots mathematical functions. | Plot is an activity that plots mathematical functions. | ||
− | + | == Modifying Plot == | |
+ | === Adding a function === | ||
+ | 1. Add to plotter/parse.py | ||
+ | 2. Create icon. | ||
+ | 3. Create node class. | ||
+ | 4. Add to node list. | ||
== Resources == | == Resources == |
Revision as of 14:19, 5 April 2010
Overview
Plot is an activity that plots mathematical functions.
Modifying Plot
Adding a function
1. Add to plotter/parse.py 2. Create icon. 3. Create node class. 4. Add to node list.