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

BUG: 3 fixes for widgets (MultiCrusor, SpanSelector, Slider) #3313

Merged
merged 1 commit into from Oct 4, 2014

Conversation

eyurtsev
Copy link
Contributor

These are fixes for 3 minor widget bugs:

  1. Slider was working very slowly on webagg.

Changing draw to draw_idle fixed it for me.

  1. MultiCrusor was not showing up on webagg.
  2. SpanSelector was responding to Pan Axes widget (but should have been locked).

This is my first PR, so I hope it doesn't break anything. ;)

Please let me know if there's anything else I need to do.

@tacaswell tacaswell added this to the v1.4.x milestone Jul 27, 2014
@tacaswell
Copy link
Member

Thanks, on quick inspection these look good!

tacaswell added a commit that referenced this pull request Oct 4, 2014
BUG : 3 fixes for widgets (MultiCrusor, SpanSelector, Slider)
@tacaswell tacaswell merged commit 5be59ab into matplotlib:v1.4.x Oct 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants