-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
matplotlib selector widget is not visible with blitting and wxpython #11425
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
Could you check with latest wxpython 4.0.2 and matplotlib git version? It appears to work here. |
Works for me with wx 4.0.1 and matplotlib 2.2.2 or git HEAD. |
I've tried with wxpython 4.0.3 and both matplotlib 2.2.3 and matplotlib git head. I'm still seeing the bug. Perhaps it has something to do with ubuntu. |
Perhaps #10417, attn @DietmarSchwertberger? |
@tavin: are you using X or Wayland? Please check with:
|
wayland yes @DietmarSchwertberger |
OK, I will have a look and start a Wayland compatible implementation. I can start earliest next week, though. @tavin : as a workaround, you may select X from the login screen: https://askubuntu.com/questions/961304/how-do-you-switch-from-wayland-back-to-xorg-in-ubuntu-17-10 |
This issue has been marked "inactive" because it has been 365 days since the last comment. If this issue is still present in recent Matplotlib releases, or the feature request is still wanted, please leave a comment and this label will be removed. If there are no updates in another 30 days, this issue will be automatically closed, but you are free to re-open or create a new issue if needed. We value issue reports, and this procedure is meant to help us resurface and prioritize issues that have not been addressed yet, not make them disappear. Thanks for your help! |
Bug report
The following code example uses the RectangleSelector widget, so that we should see a continuously updated rectangular patch over the plot. However, nothing can be seen, unless we set
useblit=False
.Code for reproduction
Matplotlib version
Everything was installed from virtualenv + pip.
The text was updated successfully, but these errors were encountered: