|
From: <ds...@us...> - 2008-06-13 19:12:44
|
Revision: 5516
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5516&view=rev
Author: dsdale
Date: 2008-06-13 12:12:40 -0700 (Fri, 13 Jun 2008)
Log Message:
-----------
remove a stray print statement from plot_directive
Modified Paths:
--------------
trunk/matplotlib/doc/_static/tex_unicode_demo.png
trunk/matplotlib/doc/sphinxext/plot_directive.py
Modified: trunk/matplotlib/doc/_static/tex_unicode_demo.png
===================================================================
(Binary files differ)
Modified: trunk/matplotlib/doc/sphinxext/plot_directive.py
===================================================================
--- trunk/matplotlib/doc/sphinxext/plot_directive.py 2008-06-13 19:12:08 UTC (rev 5515)
+++ trunk/matplotlib/doc/sphinxext/plot_directive.py 2008-06-13 19:12:40 UTC (rev 5516)
@@ -98,7 +98,7 @@
print ' already have %s'%fullpath
return
- print ' building %s'%fullpath, type(fullpath)
+ print ' building %s'%fullpath
plt.close('all') # we need to clear between runs
mplshell.magic_run(fullpath)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|