1 Commits (455efe16cb61bb4d9dea17389760d2bfda9ec3e1)

Author SHA1 Message Date
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 394ac51416 Factored Graph subclass CSS handling into superclass, implemented as resource files 16 years ago
jaraco 6aa9a44ea9 Renamed lib to src 16 years ago
jaraco 70d82a850b Fixed module references using new PEP-8 naming scheme 16 years ago
jaraco 41b6bdc67b Renamed modules per PEP8 16 years ago
jaraco ac0fc574bf Refactored the project into a namespace package: svg.charts 16 years ago
jaraco 66ce686dd3 Renamed lib/SVG to lib/svg 16 years ago
jaraco 42255d7649 Began Schedule implementation (it's still riddled with and design problems 17 years ago
jaraco 47b2da086d Fixed bug in Plot.py (scale_division has no method round). Thanks to Richard Boulton 17 years ago
jaraco ba31107e08 Removed extraneous space per PEP-8 17 years ago
jaraco 10ac15da65 Copied remotely 17 years ago
JARACO\jaraco 307a6ddd25 Added the ability to disable drawing lines between points (for a scatter-like chart). 18 years ago
JARACO\jaraco 43235471cb Added the ability to add a constant line to a plot. 19 years ago
SANDIA\jaraco f086985683 Added the build script. 19 years ago
SANDIA\jaraco 3a851f26b4 Now import the modules into the SVG namespace. 19 years ago
SANDIA\jaraco a400141f0d Fixed more bugs. Testing now shows high correlation with Ruby code for Plot. 19 years ago
SANDIA\jaraco c5a5d445c8 Updated SVG to fix some bugs. Compatability is about 90% with Ruby version. 19 years ago
SANDIA\jaraco fff9cabea5 Made some progress cleaning up bugs in the package. 19 years ago
SANDIA\jaraco f1696b3516 Completed first rough implementation of Plot.py. Checking in before debug and cleanup. 19 years ago
SANDIA\jaraco 3c8e921582 Began work on Plot.py. 19 years ago