We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3a34c5 + 6f248fc commit da06ed9Copy full SHA for da06ed9
examples/event_handling/README
examples/event_handling/README.txt
@@ -2,3 +2,12 @@
2
3
Event Handling
4
==============
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