Difference between revisions of "Activities/Plot"

From Sugar Labs
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 15:19, 5 April 2010

Activity-plot.svg

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