jaraco
44550340ef
Fixed typo
17 years ago
jaraco
0d5bedf86c
updated readme
17 years ago
jaraco
05f8561ad7
Updated setup file again
17 years ago
jaraco
5d11497958
Updated setup file
17 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
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
6916b59d03
Added release.howto
...
Bumped to version 2.0 (with the intent to restructure the library into namespace packages
17 years ago
jaraco
75a07dd565
Began work on fine-grained CSS support.
17 years ago
jaraco
2a10be37cc
Implemented methods that were stubbed with NotImplementedError(s).
...
Copied flatten method from my internal development and add it to util.py.
Removed reference to itools from Line.py.
Cleaned up docstring tests that weren't actually executable.
17 years ago
jaraco
86bb5266f6
bumped to version 1.2
17 years ago
jaraco
1b21339d05
Updated dependency on python-dateutil
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
47b2da086d
Fixed bug in Plot.py (scale_division has no method round). Thanks to Richard Boulton
17 years ago
jaraco
13f83b8d58
using external reference to ez_setup
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
751535fb7e
added a quick readme
17 years ago
jaraco
63b0f7a005
Added Line test to ruby test script.
...
Minor syntax fixes to line.py.
17 years ago
jaraco
23e391fef4
An initial implementation of a Line (untested)
17 years ago
jaraco
3ddf22adfe
Added Pie charts to the testing modules, and fixed the bugs elicited by the tests.
17 years ago
jaraco
eb963cda81
Completed first syntax-error free Pie.py
...
Bumped to 1.1
Added setup.cfg
17 years ago
jaraco
891a82aa0c
bumped to 1.0.2 for new fixes
17 years ago
jaraco
375d985e88
Improved test scripts.
...
Fixed bug in Bar.py where coordinates weren't being calculated correctly.
17 years ago
jaraco
d73cb89e5e
Fixed issue of y axis labels appearing as floats (1.0) even when they're scaled to integers.
17 years ago
jaraco
86d6740360
Some minor fixes
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
a70b0c5ec8
Fixed some bugs with Vertical Bar rendering
17 years ago
jaraco
562b6bb6ae
Provided initial port of the VerticalBar Graph
17 years ago
jaraco
d1f2523f80
minor improvements
17 years ago
jaraco
02a41f9561
Made dateutil a runtime dependency (even though setup still requires it).
17 years ago
jaraco
f5a5820651
Added a license file.
...
Removed extraneous info from setup.
Added egg-info to ignore list.
17 years ago
jaraco
f7faed5139
added new setup files
17 years ago
jaraco
ad18e31277
Removed file/folder
17 years ago
jaraco
76b517c2c2
Copied remotely
17 years ago
jaraco
04dbbe5f7d
Copied remotely
17 years ago
jaraco
33aaa268fb
Created folder remotely
17 years ago
jaraco
353c5520fc
Copied remotely
17 years ago
jaraco
10ac15da65
Copied remotely
17 years ago
jaraco
c4415e50c4
Copied remotely
17 years ago
jaraco
38cea1c1ad
Created SVG module directory.
17 years ago
jaraco
66500ac573
Created folder remotely
17 years ago
JARACO\jaraco
307a6ddd25
Added the ability to disable drawing lines between points (for a scatter-like chart).
...
Also, constant lines are now drawn over the data. I'm not sure this is appropriate either, but in the case of the NucTrans data, this definitely works better. Perhaps this concept needs to be abstracted a bit more, but for now, this will do.
19 years ago
JARACO\jaraco
c2b6259f8b
Added support for draw_y_title, including fixing the bugs in draw_titles.
...
Updated version to 1.0.1.
19 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.
...
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
3a851f26b4
Now import the modules into the SVG namespace.
...
Began adding support to Plot to support maximum x & y values, but this currently doesn't work as the axis labels don't get generated correctly with this method.
19 years ago