Jason R. Coombs
fa017623da
Added Line chart to the list of samples (triggers failure)
14 years ago
Jason R. Coombs
8176b07de4
Added missing Schedule to tests
14 years ago
Jason R. Coombs
93ae00661d
Added py.test tests to exercise the samples
14 years ago
Jason R. Coombs
6f6bc376ab
Renamed module with samples
14 years ago
Jason R. Coombs
1851447136
tests/testing now is importable, but still generates the samples when run
14 years ago
jaraco
042af6d09c
Changed TimeSeries test to match that of the ruby test.
...
Moved base Graph css into a separate file.
Incorporated cssutils for actual CSS parsing (many warnings and errors occur).
Updated dependencies.
16 years ago
jaraco
aa86787599
Renamed test directory
17 years ago
jaraco
70d82a850b
Fixed module references using new PEP-8 naming scheme
17 years ago
jaraco
ac0fc574bf
Refactored the project into a namespace package: svg.charts
17 years ago
jaraco
27d46b3532
Finished the first functional implementation of the Schedule.
...
Improved unit tests, including doctests.
Added several methods to util to assist with date processing.
17 years ago
jaraco
42255d7649
Began Schedule implementation (it's still riddled with and design problems
17 years ago
jaraco
ba31107e08
Removed extraneous space per PEP-8
17 years ago
jaraco
a913b7d374
Completed initial port of HorizontalBar
17 years ago
jaraco
3ddf22adfe
Added Pie charts to the testing modules, and fixed the bugs elicited by the tests.
17 years ago
jaraco
375d985e88
Improved test scripts.
...
Fixed bug in Bar.py where coordinates weren't being calculated correctly.
17 years ago
jaraco
082987c417
Improved vertical bar axis and test; it now nearly matches the Ruby test of the same data
17 years ago
jaraco
562b6bb6ae
Provided initial port of the VerticalBar Graph
17 years ago
jaraco
d1f2523f80
minor improvements
17 years ago
jaraco
04dbbe5f7d
Copied remotely
17 years ago
SANDIA\jaraco
f086985683
Added the build script.
...
Fixed handling of a specified date interval for the x-axis in TimeSeries. It turns out, the problem was the child get_x_values was not being called because I was calling the parent get_data_values( 'x' ) explicitly in Plot.py.
Generalized the data_max and data_min operations.
Fixed get_time_range method to properly return both end points.
19 years ago
SANDIA\jaraco
a400141f0d
Fixed more bugs. Testing now shows high correlation with Ruby code for Plot.
...
Fixed some bugs in TimeSeries, and re-wired the date-handling so it now uses integers for the x-axis. These may be converted back to date/time later, but not unless the datetime module can handle timedelta division correctly. Even the dateutil module doesn't handle this.
19 years ago
SANDIA\jaraco
c5a5d445c8
Updated SVG to fix some bugs. Compatability is about 90% with Ruby version.
19 years ago