Revision: 5249
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5249&view=rev
Author:   efiring
Date:     2008-05-23 17:51:33 -0700 (Fri, 23 May 2008)

Log Message:
-----------
Clean up debugging lines in mre_with_eeg.py

Modified Paths:
--------------
    trunk/matplotlib/examples/pylab/mri_with_eeg.py

Modified: trunk/matplotlib/examples/pylab/mri_with_eeg.py
===================================================================
--- trunk/matplotlib/examples/pylab/mri_with_eeg.py     2008-05-23 23:17:57 UTC 
(rev 5248)
+++ trunk/matplotlib/examples/pylab/mri_with_eeg.py     2008-05-24 00:51:33 UTC 
(rev 5249)
@@ -27,7 +27,6 @@
     im = take(im, nonzero(im)) # ignore the background
     im = im/(2.0**15) # normalize
     hist(im, 100)
-    print im.shape
     xticks([-1, -.5, 0, .5, 1])
     yticks([])
     xlabel('intensity')
@@ -85,7 +84,4 @@
 
     xlabel('time (s)')
 
-if 1:
-    savefig('mri_with_eeg')
-
 show()


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to