Tony S Yu
Tony S Yu
I just reverted changes to `image_plot` and left the changes to the zoom tool. The changes to `image_plot` were related to other issues anyway.
Just for reference, the "other issue" occurs when you replace the `Plot` call in the example with ``` python plot = Plot(pd, default_origin='top left', orientation='v') ``` The change in origin...
> I think there are two possible solutions: > 1. ui-tree could generate $$hashKey property > 2. ui-tree could read the track by part of ng-repeat and use the resulting...
It looks like this argument was added after the v0.1 release. I just pushed a v0.2.0 release. Could you pip-install again and give the new version a try?
It looks like the class I was using to draw the squares (`RegularPolyCollection`) is broken in matplotlib 1.4. I've filed an issue (https://github.com/matplotlib/matplotlib/issues/3574). Downgrading to 1.3 should work, if that's...
Is there someone assigned as the gatekeeper for pyface? @rkern: Could you review or suggest someone for review?
> I love your cheat sheet! Agreed! That's quite handy **row vs. r vs. rows vs. rr** Personally, I prefer `i_row` or `i_rows` (depending on whether it's an int or...
I just ran into the same issue. I don't see it explicitly mentioned above, but one workaround is to explicitly type the attribute in the concrete class (if that's an...
I'm not related to author of the PR, but we noticed the following error due to this issue: ```python NameError: free variable 'future' referenced before assignment in enclosing scope File...
This discrepancy only occurs when the origin is set to 'top left' or 'bottom right'. The AGG result seems to be the correct one: Setting `orientation = 'v'` simply switches...