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
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
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
SANDIA\jaraco
027f5373aa
Completed SVG.Graph implementation (surely requires some bug fixes and xml handling improvements).
...
Completed initial TimeSeries implementation as well.
19 years ago
SANDIA\jaraco
47e9b43895
Beginning of SVG library as ported from the Ruby SVG::Graph library.
19 years ago