Re: I'm updating wx.lib.plot
Douglas Thor <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
Updated list:
[x] Add `drawstyle` option to PolyLine class which mimics matplotlib's
Line2D.drawstyle option.
See the matplotlib Line2D.set_drawstyle docs for some more information.
[x] Make PlotCanvas more customizable.
[x] Add display options for gridlines
[x] Add display options for axes
[ ] Add option to turn axes on/off on specific sides (bottom, left,
right, top)
[x] Add display options for centerline
[x] Add display options for diagonal lines
[x] Add display options for ticks
[ ] Add option to turn ticks on/off on specific sides
[x] Add display boolean for axes values
[ ] Add option to turn axes values on/off on specific sides
[x] Fix FutureWarning: Replace instances of `x == None` with `x is None`.
[x] Add context manager that gets and resets the dc pen before and after a
function call.
[x] Add demo showing off the new features.
I'm going to sit around and think on this a bit, seeing if there's anything
else I want to add.
There's still a bit of cleanup that needs to be done, but it's pretty
usable for now. You can see some TODOs in the source code.
On Thursday, July 30, 2015 at 1:06:20 PM UTC-7, Douglas Thor wrote:
>
> Updated list:
>
> [x] Add `drawstyle` option to PolyLine class which mimics matplotlib's
> Line2D.drawstyle option.
> See the matplotlib Line2D.set_drawstyle docs for some more information.
> [ ] Make PlotCanvas more customizable.
> [x] Add display options for gridlines
> [x] Add display options for axes
> [x] Add display options for centerline
> [x] Add display options for diagonal lines
> [x] Add display options for ticks
> [x] Add display boolean for axes values
> [x] Fix FutureWarning: Replace instances of `x == None` with `x is None`.
> [ ] Add context manager that gets and resets the dc pen before and after a
> function call.
> [x] Add demo showing off the new features.
>
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.