Difference between revisions of "Activities/Graph Plotter"
Jump to navigation
Jump to search
(15 intermediate revisions by 3 users not shown) | |||
Line 14: | Line 14: | ||
==== Desktop Version ==== | ==== Desktop Version ==== | ||
− | + | ||
− | See [[ | + | http://people.sugarlabs.org/francis/graph-plotter/graph-plotter-8.tar.gz |
+ | |||
+ | See [[Activities/Graph_Plotter#Running_Graph_Plotter_on_other_Linux_environments|Running Graph Plotter on other Linux environments]] for more information. | ||
== Maintainers == | == Maintainers == | ||
− | *[[User: | + | *[[User:Francis|Daniel Francis]] |
== Story == | == Story == | ||
Line 31: | Line 33: | ||
Steps: | Steps: | ||
<ul> | <ul> | ||
− | <li>Downolad and extract the file [ | + | <li>Downolad and extract the file [http://people.sugarlabs.org/francis/graph-plotter/graph-plotter-8.tar.gz graph-plotter-8.tar.gz].</li> |
<li>Open the extracted dir and run the install script.</li> | <li>Open the extracted dir and run the install script.</li> | ||
</ul> | </ul> | ||
Instead the last step, by the console you can type: | Instead the last step, by the console you can type: | ||
− | make | + | make install |
== Screenshots == | == Screenshots == | ||
Line 42: | Line 44: | ||
[[Image:GraphPlotterScreenshot.png|700px]] | [[Image:GraphPlotterScreenshot.png|700px]] | ||
==== On other Linux desktops ==== | ==== On other Linux desktops ==== | ||
+ | <b> In Ubuntu 10.04</b> | ||
+ | <br> | ||
+ | <br> | ||
[[Image: GraphPlotterDesktop.png|700px]] | [[Image: GraphPlotterDesktop.png|700px]] | ||
+ | <br> | ||
+ | <br> | ||
+ | <b> In Kubuntu 12.10 </b> | ||
+ | <br> | ||
+ | <br> | ||
+ | [[Image: GraphPlotterDesktop_KDE.png|700px]] | ||
+ | <br> | ||
+ | |||
+ | |||
+ | [[Category:Activities]] |
Latest revision as of 23:15, 20 April 2016
Graph Plotter is an activity for plot mathematical functions easily.
Download
Desktop Version
http://people.sugarlabs.org/francis/graph-plotter/graph-plotter-8.tar.gz
See Running Graph Plotter on other Linux environments for more information.
Maintainers
Story
The starter idea was from Ana Cichero, a maths teacher from Uruguay. Here students can't pay an expensive calculator, but their little siblings have XO computers and she needed an activity easy to use where her students can do their homework or revise previous than their tests. Now there are advanced students with XO computers and this activity is very useful for them.
Running Graph Plotter on other Linux environments
Dependencies:
python-rsvg python-numpy
Steps:
- Downolad and extract the file graph-plotter-8.tar.gz.
- Open the extracted dir and run the install script.
Instead the last step, by the console you can type:
make install