Commit Graph

  • 66ce686dd3 Renamed lib/SVG to lib/svg jaraco 2008-07-27 00:34:34 +0000
  • 6916b59d03 Added release.howto Bumped to version 2.0 (with the intent to restructure the library into namespace packages jaraco 2008-07-27 00:32:30 +0000
  • 75a07dd565 Began work on fine-grained CSS support. jaraco 2008-06-18 13:24:26 +0000
  • 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. jaraco 2008-05-31 23:52:40 +0000
  • 86bb5266f6 bumped to version 1.2 jaraco 2008-05-24 18:20:35 +0000
  • 1b21339d05 Updated dependency on python-dateutil jaraco 2008-05-24 18:07:02 +0000
  • 27d46b3532 Finished the first functional implementation of the Schedule. Improved unit tests, including doctests. Added several methods to util to assist with date processing. jaraco 2008-05-24 03:24:21 +0000
  • 42255d7649 Began Schedule implementation (it's still riddled with and design problems jaraco 2008-05-23 21:39:08 +0000
  • 47b2da086d Fixed bug in Plot.py (scale_division has no method round). Thanks to Richard Boulton jaraco 2008-05-19 03:45:11 +0000
  • 13f83b8d58 using external reference to ez_setup jaraco 2008-05-18 18:13:40 +0000
  • ba31107e08 Removed extraneous space per PEP-8 jaraco 2008-05-18 18:09:05 +0000
  • a913b7d374 Completed initial port of HorizontalBar jaraco 2008-05-18 15:38:21 +0000
  • 751535fb7e added a quick readme jaraco 2008-05-17 19:14:49 +0000
  • 63b0f7a005 Added Line test to ruby test script. Minor syntax fixes to line.py. jaraco 2008-04-23 15:34:18 +0000
  • 23e391fef4 An initial implementation of a Line (untested) jaraco 2008-04-06 23:55:25 +0000
  • 3ddf22adfe Added Pie charts to the testing modules, and fixed the bugs elicited by the tests. jaraco 2008-04-05 01:08:13 +0000
  • eb963cda81 Completed first syntax-error free Pie.py Bumped to 1.1 Added setup.cfg jaraco 2008-04-04 22:09:15 +0000
  • 891a82aa0c bumped to 1.0.2 for new fixes jaraco 2008-04-04 14:21:06 +0000
  • 375d985e88 Improved test scripts. Fixed bug in Bar.py where coordinates weren't being calculated correctly. jaraco 2008-04-03 21:12:50 +0000
  • d73cb89e5e Fixed issue of y axis labels appearing as floats (1.0) even when they're scaled to integers. jaraco 2008-04-03 19:52:35 +0000
  • 86d6740360 Some minor fixes jaraco 2008-03-28 22:01:14 +0000
  • 082987c417 Improved vertical bar axis and test; it now nearly matches the Ruby test of the same data jaraco 2008-02-12 14:14:12 +0000
  • a70b0c5ec8 Fixed some bugs with Vertical Bar rendering jaraco 2008-02-11 15:03:18 +0000
  • 562b6bb6ae Provided initial port of the VerticalBar Graph jaraco 2008-02-11 13:59:27 +0000
  • d1f2523f80 minor improvements jaraco 2008-02-10 17:59:08 +0000
  • 02a41f9561 Made dateutil a runtime dependency (even though setup still requires it). jaraco 2008-02-10 17:14:42 +0000
  • f5a5820651 Added a license file. Removed extraneous info from setup. Added egg-info to ignore list. jaraco 2008-02-10 16:56:45 +0000
  • f7faed5139 added new setup files jaraco 2008-02-10 16:44:16 +0000
  • ad18e31277 Removed file/folder jaraco 2008-02-10 16:43:52 +0000
  • 76b517c2c2 Copied remotely jaraco 2008-02-10 16:43:36 +0000
  • 04dbbe5f7d Copied remotely jaraco 2008-02-10 16:43:33 +0000
  • 33aaa268fb Created folder remotely jaraco 2008-02-10 16:43:28 +0000
  • 353c5520fc Copied remotely jaraco 2008-02-10 16:42:33 +0000
  • 10ac15da65 Copied remotely jaraco 2008-02-10 16:42:28 +0000
  • c4415e50c4 Copied remotely jaraco 2008-02-10 16:42:20 +0000
  • 38cea1c1ad Created SVG module directory. jaraco 2008-02-10 16:36:38 +0000
  • 66500ac573 Created folder remotely jaraco 2008-02-10 16:35:53 +0000
  • 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. JARACO\jaraco 2006-08-16 15:03:28 +0000
  • c2b6259f8b Added support for draw_y_title, including fixing the bugs in draw_titles. Updated version to 1.0.1. JARACO\jaraco 2006-08-09 20:55:50 +0000
  • 43235471cb Added the ability to add a constant line to a plot. JARACO\jaraco 2006-01-09 20:41:39 +0000
  • 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. SANDIA\jaraco 2006-01-07 01:18:40 +0000
  • 3a851f26b4 Now import the modules into the SVG namespace. SANDIA\jaraco 2006-01-06 20:59:26 +0000
  • 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. SANDIA\jaraco 2005-12-30 04:48:39 +0000
  • c5a5d445c8 Updated SVG to fix some bugs. Compatability is about 90% with Ruby version. SANDIA\jaraco 2005-12-29 01:56:44 +0000
  • fff9cabea5 Made some progress cleaning up bugs in the package. SANDIA\jaraco 2005-12-21 21:07:28 +0000
  • f1696b3516 Completed first rough implementation of Plot.py. Checking in before debug and cleanup. SANDIA\jaraco 2005-12-21 18:38:18 +0000
  • 3c8e921582 Began work on Plot.py. SANDIA\jaraco 2005-12-20 21:13:41 +0000
  • 027f5373aa Completed SVG.Graph implementation (surely requires some bug fixes and xml handling improvements). Completed initial TimeSeries implementation as well. SANDIA\jaraco 2005-12-20 20:02:17 +0000
  • 47e9b43895 Beginning of SVG library as ported from the Ruby SVG::Graph library. SANDIA\jaraco 2005-12-14 23:38:47 +0000