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

skipping mpl-axes-interaction during key_press_event\'s #215

Closed
ddale opened this issue Jun 20, 2011 · 1 comment
Closed

skipping mpl-axes-interaction during key_press_event\'s #215

ddale opened this issue Jun 20, 2011 · 1 comment
Assignees

Comments

@ddale
Copy link
Contributor

ddale commented Jun 20, 2011

Original report at SourceForge, opened Wed Mar 17 10:53:53 2010

The proposed patch allows you to switch off the mpl-axes-interaction during key_press_event's for a specific axes using

ax.set_auto_key_press(False).

This problem was discussed in sep-dec 2008 "OSX 10.5 event.key bug", which was initially posted by James Schombert and I hope I made it to implement the latest proposal of John Hunter in dec 2008.

I changed the backend_bases.py and the axes.py accordingly.

SourceForge Comments

On Thu Mar 18 05:09:59 2010, mmichler wrote:

I updated the patches including application of new method in widgets.py (Sorry I couldn't resist to make some minor changes according to the coding style in the widgets.py)

Regards Matthias

SourceForge History

  • On Thu Mar 18 05:08:27 2010, by mmichler: File Deleted: 367119:
  • On Thu Mar 18 05:08:27 2010, by mmichler: File Deleted: 367118:
  • On Thu Mar 18 05:08:17 2010, by mmichler: File Added: 367221: drop_key_press_events_v0_99_maint_3.patch
  • On Thu Mar 18 05:07:43 2010, by mmichler: File Added: 367220: drop_key_press_events_trunk_3.patch
  • On Wed Mar 17 10:54:46 2010, by mmichler: File Added: 367119: drop_key_press_events_trunk_2.patch
  • On Wed Mar 17 10:53:53 2010, by mmichler: File Added: 367118: drop_key_press_events_v0_99_maint_2.patch
@ghost ghost assigned pelson Jul 1, 2012
pelson added a commit to pelson/matplotlib that referenced this issue Aug 15, 2012
@efiring efiring closed this as completed Aug 15, 2012
@efiring
Copy link
Member

efiring commented Aug 15, 2012

closed by #1093

efiring added a commit that referenced this issue Aug 15, 2012
Exposed the callback id for the default key press handler so that it can be easily diabled. Fixes #215.
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

No branches or pull requests

3 participants