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 a4e8cf711d Began renaming stylesheet handling to clarify the behavior 17 years ago
lib/svg Began renaming stylesheet handling to clarify the behavior 17 years ago
tests Renamed test directory 17 years ago
license.txt Added a license file. 17 years ago
readme.txt updated readme 17 years ago
release.howto Added release.howto 17 years ago
setup.cfg Finished the first functional implementation of the Schedule. 17 years ago
setup.py updated dependency on cssutils to 0.9.5 final 17 years ago

readme.txt

--- Still to do ---


- Factor out default stylesheets so that individual properties may be overridden without copying the entire stylesheet into another app.
- Implement javascript-based animation (See JellyGraph for a Silverlight example of what simple animation can do for a charting library).
- Convert to using element-tree instead of whatever I'm using