5 Commits (d063df3fba479fb41107099e6b4311dc3ad49b3c)

Author SHA1 Message Date
Jason R. Coombs d063df3fba Fixed off-by-one error in line y labels 14 years ago
Jason R. Coombs fd851f97cb Fixed styles in line chart 14 years ago
Jason R. Coombs 1f0b9f9dda Fixed a few errors in line.py so at least it doesn't trigger test failures (but the chart still isn't rendering properly) 14 years ago
jaraco 99d3b41088 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
jaraco 4d989d9460 Working toward a 2.0 release 15 years ago
jaraco e95aead46c Library now uses lxml for XML processing. This technique has a much cleaner and robust implementation. I tried using the Python 2.5 element tree, but it doesn't support processing instructions (as far as I can tell). 16 years ago
jaraco 680056295b Plot and Line css files were nearly identical; plot had one extra style constant_line 16 years ago
jaraco 394ac51416 Factored Graph subclass CSS handling into superclass, implemented as resource files 16 years ago
jaraco 00bd3af8be Moved css for line.py into line.css 16 years ago
jaraco 6aa9a44ea9 Renamed lib to src 16 years ago
jaraco 70d82a850b Fixed module references using new PEP-8 naming scheme 17 years ago
jaraco 41b6bdc67b Renamed modules per PEP8 17 years ago
jaraco ac0fc574bf Refactored the project into a namespace package: svg.charts 17 years ago
jaraco 66ce686dd3 Renamed lib/SVG to lib/svg 17 years ago
jaraco 2a10be37cc Implemented methods that were stubbed with NotImplementedError(s). 17 years ago
jaraco ba31107e08 Removed extraneous space per PEP-8 17 years ago
jaraco 63b0f7a005 Added Line test to ruby test script. 17 years ago
jaraco 23e391fef4 An initial implementation of a Line (untested) 17 years ago