Difference between revisions of "Activities/Chart"

From Sugar Labs
Jump to navigation Jump to search
m (moved Activities/SimpleGraph to Activities/Chart: Activity name changed)
(Migrate to GitHub)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== About ==
+
== Chart ==
  
SimpleGraph lets you do graphical representation of simple tabular data, in the form "label: value". It can draw bar charts, line charts, and pie charts.
+
Read at https://help.sugarlabs.org/chart.html
  
[[File:Simplegraph.png|300px]]
+
The source file has been moved to [https://github.com/godiard/help-activity/blob/master/source/chart.rst GitHub]
[[File:Simplegraph1.png|300px]]
 
 
 
[[File:Simplegraph2.png|300px]]
 
[[File:Simplegraph3.png|300px]]
 
 
 
 
 
== Graphing StopWatch data ==
 
 
 
'''Graphing marks:'''
 
 
 
[[File:Simplegraph6.png|300px]]
 
[[File:Simplegraph4.png|400px]]
 
 
 
 
 
'''Graphing stopwatchs:'''
 
 
 
[[File:Simplegraph7.png|300px]]
 
[[File:Simplegraph5.png|400px]]
 
 
 
 
 
== Graphing Measure data ==
 
[[File:SimpleGraph8.png|500px]]
 
 
 
== Download ==
 
 
 
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534
 
 
 
== Development ==
 
 
 
Git repository:
 
 
 
http://git.sugarlabs.org//simplegraph
 
 
 
SimpleGraph 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
 

Latest revision as of 23:40, 17 June 2018

Chart

Read at https://help.sugarlabs.org/chart.html

The source file has been moved to GitHub