Difference between revisions of "Activities/Graph Plotter"
Jump to navigation
Jump to search
(35 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <noinclude> | |
+ | {{Translations | ||
+ | | [[Activities/Graph_Plotter/lang-es|español]] }}{{TOCright}}</noinclude> | ||
− | |||
− | + | Graph Plotter is an activity for plot mathematical functions easily. | |
− | + | [[Image:GraphPlotterIcon.svg]] | |
== Download == | == Download == | ||
Line 11: | Line 12: | ||
[http://git.sugarlabs.org/graph-plotter/mainline.git GIT repository] | [http://git.sugarlabs.org/graph-plotter/mainline.git GIT repository] | ||
[http://activities.sugarlabs.org//en-US/sugar/addon/4591 ASLO] | [http://activities.sugarlabs.org//en-US/sugar/addon/4591 ASLO] | ||
+ | |||
+ | ==== Desktop Version ==== | ||
+ | |||
+ | 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 == | ||
+ | |||
+ | 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: | ||
+ | <ul> | ||
+ | <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> | ||
+ | </ul> | ||
+ | Instead the last step, by the console you can type: | ||
− | + | make install | |
− | [[Image:GraphPlotterScreenshot.png]] | + | == Screenshots == |
+ | ==== On Sugar ==== | ||
+ | [[Image:GraphPlotterScreenshot.png|700px]] | ||
+ | ==== On other Linux desktops ==== | ||
+ | <b> In Ubuntu 10.04</b> | ||
+ | <br> | ||
+ | <br> | ||
+ | [[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