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.
 
 
 
Jason R. Coombs 8bfdae4464 Fixed issue in css stream loading under Python 3 14 years ago
..
__init__.py Working toward a 2.0 release 15 years ago
bar.css Working toward a 2.0 release 15 years ago
bar.py Restuctured the way stylesheets are loaded so they can be more easily customized by subclasses and so they're less dependent on the class names 14 years ago
css.py Completed implementation of css profile based on SVG 1.1 spec 15 years ago
graph.css Fixed errors in the CSS identified by cssutils 15 years ago
graph.py Fixed issue in css stream loading under Python 3 14 years ago
line.py Finished the port of the Line chart. Now basic sample renders properly. 14 years ago
pie.css Working toward a 2.0 release 15 years ago
pie.py Fixed style rendering in Pie chart 14 years ago
plot.css Fixed errors in the CSS identified by cssutils 15 years ago
plot.py Fixed some import errors and name errors on Python 3 14 years ago
schedule.py Removing debugging print statement 14 years ago
time_series.py Fixed some import errors and name errors on Python 3 14 years ago
util.py Removed from itertools imports (break under 2to3). 14 years ago