Difference between revisions of "Activities/Chart"
Jump to navigation
Jump to search
m (moved Activities/SimpleGraph to Activities/Chart: Activity name changed) |
|||
Line 1: | Line 1: | ||
== About == | == About == | ||
− | + | Chart lets you do graphical representation of simple tabular data, in the form "label: value". It can draw bar charts, line charts, and pie charts. | |
[[File:Simplegraph.png|300px]] | [[File:Simplegraph.png|300px]] | ||
Line 37: | Line 37: | ||
http://git.sugarlabs.org//simplegraph | http://git.sugarlabs.org//simplegraph | ||
− | + | Chart uses PyCHA library: | |
https://bitbucket.org/lgs/pycha | https://bitbucket.org/lgs/pycha | ||
Line 43: | Line 43: | ||
=== Ideas for future releases === | === Ideas for future releases === | ||
− | * Show a help tutorial when activity is started from scratch | + | * Show a help tutorial when activity is started from scratch |
* Share, edit the data with your friends | * Share, edit the data with your friends |
Revision as of 07:12, 28 May 2012
About
Chart lets you do graphical representation of simple tabular data, in the form "label: value". It can draw bar charts, line charts, and pie charts.
Graphing StopWatch data
Graphing marks:
Graphing stopwatchs:
Graphing Measure data
Download
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534
Development
Git repository:
http://git.sugarlabs.org//simplegraph
Chart uses PyCHA library:
https://bitbucket.org/lgs/pycha
Ideas for future releases
- Show a help tutorial when activity is started from scratch
- Share, edit the data with your friends