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

Skip to content

Commit da7a49d

Browse files
committed
remove a stray print statement from plot_directive
svn path=/trunk/matplotlib/; revision=5516
1 parent a0bd5a4 commit da7a49d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

doc/_static/tex_unicode_demo.png

253 Bytes
Loading

doc/sphinxext/plot_directive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def makefig(fullpath, outdir):
9898
print ' already have %s'%fullpath
9999
return
100100

101-
print ' building %s'%fullpath, type(fullpath)
101+
print ' building %s'%fullpath
102102
plt.close('all') # we need to clear between runs
103103

104104
mplshell.magic_run(fullpath)

0 commit comments

Comments
 (0)