Python to generate nice looking SVG graph http://pygal.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
jaraco 751535fb7e added a quick readme 17 years ago
lib/SVG Added Line test to ruby test script. 17 years ago
test Added Line test to ruby test script. 17 years ago
ez_setup.py added new setup files 17 years ago
license.txt Added a license file. 17 years ago
readme.txt added a quick readme 17 years ago
setup.cfg Completed first syntax-error free Pie.py 17 years ago
setup.py Completed first syntax-error free Pie.py 17 years ago

readme.txt

--- Still to do ---


1) Finish porting all of the chart objects from the Ruby libraries.
2) Factor out default stylesheets so that individual properties may be overridden without copying the entire stylesheet into another app.
3) Implement javascript-based animation (See JellyGraph for a Silverlight example of what simple animation can do for a charting library).
4) Implement namespace-based packages (see http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages)... so that the package is svg.chart.Graph, etc.