Corran Webster
Corran Webster
Initially I was just going for basic arrow key support on OS X, but it looks like it is fairly straightforward to add history functionality as well. It does mean...
It's intentional: for Enable and Chaco we include the .c file so that things can be built without having to have Cython installed. Developers have to be good and remember...
That's a reasonable suggestion, but probably not as part of this PR.
Also perhaps explicitly setting the `ETS_TOOLKIT` environment variable to `null` to stop ETS trying to import Qt/Wx.
This looks like a fundamental incompatibility with the zoom tool and the colorbar. The zoom tool expects to be able to zoom in both index and value directions, but value...
This isn't an agg issue despite that being where the error originates from, it's more that bar plots as currently implemented don't allow `nan` for missing values (things like line...
I'd like to think a bit about how to generalize this and possibly combine with the (largely stubbed out) `downsample` methods. The core ideas are good.
Playing around with the example, I'm noticing a few issues with the UX which would be nice to fix. The first is that it is very jittery when moving, as...
I think the main remaining concern I have is around the life-cycle of the executor. I had some discussion with Mark Dickinson about this this morning and his feeling was...
FWIW - some other Enthought teams have reported success using traits-futures but just using it to directly update the plot data as LoD information comes in, without needing to integrate...