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.

22 lines
563 B

11 years ago
V 1.4.3
Allow arbitrary number of x-labels on line plot (thanks nsmgr8)
11 years ago
V 1.4.2
Fix broken tests
11 years ago
V 1.4.1
Fix value formatting in maps
11 years ago
V 1.4.0
Finally a changelog !
Hopefully fix weird major scale algorithm
Add options to customize major labels (y_labels_major, y_labels_major_every, y_labels_major_count)
Css can now be inline with the "inline:" prefix
Visited links bug fixed
11 years ago
Add french maps by department and region (This will be externalized in an extension later)
V 1.3.x
Whisker Box Plot
Python 3 fix
DateY X axis formatting (x_label_format)