graphy/graphy
bugmaster b0a8358821 Fixed a data aliasing issue where LineStyle.solid and other constants like it were shared globally across all charts. Changed LineStyle.solid() and others into class methods, and changed DataSeries.style to automatically call these methods in order to correct legacy code.
git-svn-id: http://graphy.googlecode.com/svn/trunk@77 30582518-8026-11dd-8d1c-71c7e1663bfb
2009-06-26 22:35:13 +00:00
..
backends fix example in comment 2009-06-10 20:03:21 +00:00
__init__.py add graphy.__version__ 2009-05-14 23:27:37 +00:00
all_tests.py
bar_chart.py Added missing file from the previous change; added bar_size back for backwards compatibility. 2008-12-24 21:32:18 +00:00
bar_chart_test.py Harmonize styles & colors across charts. May break existing code, but only if 2008-12-23 16:19:58 +00:00
common.py Fixed a data aliasing issue where LineStyle.solid and other constants like it were shared globally across all charts. Changed LineStyle.solid() and others into class methods, and changed DataSeries.style to automatically call these methods in order to correct legacy code. 2009-06-26 22:35:13 +00:00
common_test.py add tests for AddSeries and chbh in extra_params on bar charts (these are tests for changes in r65 2008-12-30 15:54:15 +00:00
formatters.py Harmonize styles & colors across charts. May break existing code, but only if 2008-12-23 16:19:58 +00:00
formatters_test.py
graphy_test.py
line_chart.py Fixed a data aliasing issue where LineStyle.solid and other constants like it were shared globally across all charts. Changed LineStyle.solid() and others into class methods, and changed DataSeries.style to automatically call these methods in order to correct legacy code. 2009-06-26 22:35:13 +00:00
line_chart_test.py Fixed a data aliasing issue where LineStyle.solid and other constants like it were shared globally across all charts. Changed LineStyle.solid() and others into class methods, and changed DataSeries.style to automatically call these methods in order to correct legacy code. 2009-06-26 22:35:13 +00:00
pie_chart.py Fixed stylistic comments. 2009-01-13 03:40:07 +00:00
pie_chart_test.py Fixed stylistic comments. 2009-01-13 03:40:07 +00:00
util.py