8000 Move event_handling/README to event_handling/README.txt. by anntzer · Pull Request #9122 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
8000

Move event_handling/README to event_handling/README.txt. #9122

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

Merged
merged 1 commit into from
Aug 30, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments. 8000
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions examples/event_handling/README

This file was deleted.

9 changes: 9 additions & 0 deletions examples/event_handling/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@

Event Handling
==============

Matplotlib supports event handling with a GUI neutral event model, so
you can connect to Matplotlib events without knowledge of what user
interface Matplotlib will ultimately be plugged in to. This has two
advantages: the code you write will be more portable, and Matplotlib
events are aware of things like data coordinate space and which axes
the event occurs in so you don't have to mess with low level
transformation details to go from canvas space to data space. Object
picking examples are also included.
0