|
From: <dmk...@us...> - 2008-07-21 12:55:52
|
Revision: 5800
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5800&view=rev
Author: dmkaplan
Date: 2008-07-21 12:55:42 +0000 (Mon, 21 Jul 2008)
Log Message:
-----------
Minor ginput_manual_clabel.py changes
Modified Paths:
--------------
trunk/matplotlib/examples/pylab_examples/ginput_manual_clabel.py
Modified: trunk/matplotlib/examples/pylab_examples/ginput_manual_clabel.py
===================================================================
--- trunk/matplotlib/examples/pylab_examples/ginput_manual_clabel.py 2008-07-21 12:26:35 UTC (rev 5799)
+++ trunk/matplotlib/examples/pylab_examples/ginput_manual_clabel.py 2008-07-21 12:55:42 UTC (rev 5800)
@@ -4,8 +4,10 @@
waitforbuttonpress and manual clabel placement.
This script must be run interactively using a backend that has a
-graphical user interface (for example, from inside ipython using
-GTKAgg backend, but not PS backend).
+graphical user interface (for example, using GTKAgg backend, but not
+PS backend).
+
+See also ginput_demo.py
"""
import time
import matplotlib
@@ -86,3 +88,6 @@
pts = np.sort(pts,axis=0)
plt.axis( pts.T.ravel() )
+
+tellme('All Done!')
+plt.show()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|