8000 Merge pull request #9122 from anntzer/event-handling-readme · matplotlib/matplotlib@da06ed9 · GitHub
[go: up one dir, main page]

Skip to content

Commit da06ed9

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

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

examples/event_handling/README

Lines changed: 0 additions & 11 deletions
This file was deleted.

examples/event_handling/README.txt

Lines 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