Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff5e81 commit 40f0347Copy full SHA for 40f0347
1 file changed
doc/sphinxext/plot_directive.py
@@ -86,6 +86,7 @@ def makefig(fullpath, outdir):
86
87
print ' building %s'%fullpath
88
plt.close('all') # we need to clear between runs
89
+ matplotlib.rcdefaults()
90
91
mplshell.magic_run(fullpath)
92
for format, dpi in formats:
0 commit comments