Jump to content

Activities/Plot: Difference between revisions

From Sugar Labs
Tswast (talk | contribs)
Added link to bug tracker.
Tswast (talk | contribs)
No edit summary
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.

Resources