Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d8dd1e

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

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

examples/keypress_demo.py

Lines 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

Lines 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

Lines 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

Lines 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)