Files
Phoenix/wx/lib
Douglas Thor a756c502aa Refactoring and starting to add separate class for plots that have discrete X values
+ Added SavedPen context manager
  + Changed SavePen decorator to use this CM.
+ Added option for Log10 and Abs on X and Y scales (AbsScale property)
  + Added demo for both
+ Changed instances of __getattr__ (which took care of returning log10 data) to
  property accessors.
  + Changed logic of log10 transform to account for AbsScale property
  + Data is still stored internally as non-transformed data.
+ Updates to BoxPlot
  + Hacked together something that allows multiple box plots on the same chart.
    + I'm not happy with it, which is why I've started working on a separate class called
      'Chart' which will handle data that uses discrete x-axis values (such as BoxPlot,
       Pareto, and BarChart).
  + Separated out each draw action to different methods
  + Verified that getClosestPoint works OK for now
  + Added TODO list to docstring
+ Fixed a few getters/setters that I'd previously missed when converting to properties.
+ Changed grid to be ON by default
+ Changed comments to docstrings on _drawXObjects functions
+ Changed some demos to include negative data to show off AbsScale functionality
+ Changed _draw4Objects demo so that the line is visible
2015-08-10 17:10:51 -07:00
..
2015-04-14 08:27:14 +02:00
2015-02-10 16:37:03 +01:00
2014-01-14 03:09:16 +00:00
2015-04-14 17:15:52 +02:00
2014-02-01 22:36:11 +00:00
2014-02-09 02:39:35 +00:00
2014-06-12 09:50:36 +02:00
2014-06-12 09:50:36 +02:00
2015-04-13 18:42:45 +02:00
2014-02-09 02:39:35 +00:00
2015-04-13 18:42:45 +02:00
2015-03-25 17:53:07 -07:00
2014-02-09 02:39:35 +00:00
2014-02-09 02:39:35 +00:00
2015-04-13 18:42:45 +02:00
2015-04-13 18:42:45 +02:00
2015-02-10 16:37:54 +01:00
2013-03-22 01:30:06 +00:00
2014-02-09 02:39:35 +00:00
2014-02-09 02:39:35 +00:00
2014-02-09 02:39:35 +00:00
2014-02-09 02:39:35 +00:00
2014-02-09 02:39:35 +00:00
2015-04-08 11:59:31 +02:00
2014-01-14 05:06:05 +00:00
2015-04-13 18:42:45 +02:00
2015-02-04 14:18:06 -08:00
2015-04-14 17:15:52 +02:00
2015-04-13 18:42:45 +02:00
2015-04-13 18:42:45 +02:00
2015-04-08 11:46:25 +02:00
2015-04-08 11:57:18 +02:00