-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
imshow does not immediately update shared axes #6922
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Does it apply to 2.x too? |
On 2016/08/07 9:01 PM, Jens Hedegaard Nielsen wrote:
Yes, I checked just now with the latest 2.x and the result is the same. |
Possibly related to #6890. |
Unfortunately, applying #6890, at least in its present form, does not solve the problem. |
The behavior is the same in mpl 1.5.1, so it is not a regression. I don't consider it a blocker. I'm going to shift the milestone. |
This looks fixed on master to me; feel free to re-open if it's still a problem. |
On master:
The two axes with the lines do not react to the changed xlim and ylim from the
imshow
call until one forces a redraw, such as by resizing the window or using a zoom tool.This problem turned up in #6759.
The text was updated successfully, but these errors were encountered: