Revision: 5242
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5242&view=rev
Author:   jdh2358
Date:     2008-05-23 12:56:31 -0700 (Fri, 23 May 2008)

Log Message:
-----------
midnamed the pyplot api file

Modified Paths:
--------------
    trunk/matplotlib/doc/users_guide/figures/make.py

Added Paths:
-----------
    trunk/matplotlib/doc/users_guide/api_pyplot.txt

Removed Paths:
-------------
    trunk/matplotlib/doc/users_guide/api_pyplot.py

Deleted: trunk/matplotlib/doc/users_guide/api_pyplot.py
===================================================================
--- trunk/matplotlib/doc/users_guide/api_pyplot.py      2008-05-23 19:54:04 UTC 
(rev 5241)
+++ trunk/matplotlib/doc/users_guide/api_pyplot.py      2008-05-23 19:56:31 UTC 
(rev 5242)
@@ -1,10 +0,0 @@
-****************
-matlotlib.pyplot
-****************
-
-:mod:`matplotlib.pyplot`
-=============================
-
-.. automodule:: matplotlib.pyplot
-   :members:
-   :undoc-members:

Copied: trunk/matplotlib/doc/users_guide/api_pyplot.txt (from rev 5241, 
trunk/matplotlib/doc/users_guide/api_pyplot.py)
===================================================================
--- trunk/matplotlib/doc/users_guide/api_pyplot.txt                             
(rev 0)
+++ trunk/matplotlib/doc/users_guide/api_pyplot.txt     2008-05-23 19:56:31 UTC 
(rev 5242)
@@ -0,0 +1,10 @@
+****************
+matlotlib.pyplot
+****************
+
+:mod:`matplotlib.pyplot`
+=============================
+
+.. automodule:: matplotlib.pyplot
+   :members:
+   :undoc-members:

Modified: trunk/matplotlib/doc/users_guide/figures/make.py
===================================================================
--- trunk/matplotlib/doc/users_guide/figures/make.py    2008-05-23 19:54:04 UTC 
(rev 5241)
+++ trunk/matplotlib/doc/users_guide/figures/make.py    2008-05-23 19:56:31 UTC 
(rev 5242)
@@ -20,7 +20,7 @@
             continue
         else:
             print '    building %s'%fname
-        plt.gcf().clf() # we need to clear between runs
+        plt.close('all')    # we need to clear between runs
         mplshell.magic_run(basename)
         plt.savefig('%s.png'%basename)
     print 'all figures made'


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