Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit da06ed9

Browse filesBrowse files
authored
Merge pull request matplotlib#9122 from anntzer/event-handling-readme
DOC: Move event_handling/README to event_handling/README.txt.
2 parents e3a34c5 + 6f248fc commit da06ed9
Copy full SHA for da06ed9

File tree

Expand file treeCollapse file tree

2 files changed

+9
-11
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+9
-11
lines changed

‎examples/event_handling/README

Copy file name to clipboardExpand all lines: examples/event_handling/README
-11Lines changed: 0 additions & 11 deletions
This file was deleted.

‎examples/event_handling/README.txt

Copy file name to clipboardExpand all lines: examples/event_handling/README.txt
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,12 @@
22

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.