Skip to content
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

RectangleSelector disappears after resizing #6623

Closed
jrfiedler opened this issue Jun 21, 2016 · 2 comments
Closed

RectangleSelector disappears after resizing #6623

jrfiedler opened this issue Jun 21, 2016 · 2 comments
Assignees
Milestone

Comments

@jrfiedler
Copy link

I am trying to run the RectangleSelector example here. I am using a Mac, so I added the lines

import matplotlib
matplotlib.use('TkAgg')

immediately after the module docstring.

Everything works fine, except when I try to resize the rectangle using the mid-edge control points. The rectangle disappears if my cursor is above the control point when I release. If I move my cursor perpendicular to the control direction, so that my cursor is away from the control point when I release, the rectangle remains.

OSX
Anaconda Python 2.7
Matplotlib 1.5.1

@tacaswell tacaswell added this to the 2.0.1 (next bug fix release) milestone Jun 22, 2016
@tacaswell
Copy link
Member

attn @blink1073

@blink1073
Copy link
Member

Can confirm, should be able to fix it this weekend.

tacaswell added a commit that referenced this issue Jun 28, 2016
FIX: rectangle selector release bug

Close #6623.
tacaswell added a commit that referenced this issue Jun 28, 2016
FIX: rectangle selector release bug

Close #6623.
@QuLogic QuLogic modified the milestones: 1.5.2 (Critical bug fix release), 2.0.1 (next bug fix release) Jun 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants