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 df50940 commit 917b3d2Copy full SHA for 917b3d2
1 file changed
lib/matplotlib/sphinxext/plot_directive.py
@@ -561,6 +561,7 @@ def render_figures(code, code_path, output_dir, output_base, context,
561
clear_state(config.plot_rcparams)
562
run_code(code_piece, code_path, ns, function_name)
563
564
+ images = []
565
fig_managers = _pylab_helpers.Gcf.get_all_fig_managers()
566
for j, figman in enumerate(fig_managers):
567
if len(fig_managers) == 1 and len(code_pieces) == 1:
0 commit comments