Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit6f248fc

Browse files
committed
Move event_handling/README to event_handling/README.txt.
... similarly with other example folders.
1 parente3a34c5 commit6f248fc

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)

[8]ページ先頭

©2009-2025 Movatter.jp