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 9d8dd1e

Browse filesBrowse files
author
Steve Chaplin
committed
SC 31/12/2004
svn path=/trunk/matplotlib/; revision=851
1 parent 48c7ea6 commit 9d8dd1e
Copy full SHA for 9d8dd1e

File tree

Expand file treeCollapse file tree

4 files changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-0
lines changed

‎examples/keypress_demo.py

Copy file name to clipboardExpand all lines: examples/keypress_demo.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
"""
23
Show how to connect to keypress events
34

‎examples/picker_demo.py

Copy file name to clipboardExpand all lines: examples/picker_demo.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
"""
23
Hold the pointer over an object and press "p" to pick it. When
34
picked it will turn red

‎examples/pie_demo.py

Copy file name to clipboardExpand all lines: examples/pie_demo.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
"""
23
Make a pie chart - see
34
http://matplotlib.sf.net/matplotlib.pylab.html#-pie for the docstring.

‎examples/toggle_images.py

Copy file name to clipboardExpand all lines: examples/toggle_images.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
""" toggle between two images by pressing "t"
23
34
The basic idea is to load two images (they can be different shapes) and plot

0 commit comments

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