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 e238368 commit e9fe4f7Copy full SHA for e9fe4f7
lib/matplotlib/sphinxext/plot_directive.py
@@ -279,7 +279,7 @@ class PlotDirective(Directive):
279
'context': _option_context,
280
'nofigs': directives.flag,
281
'encoding': directives.encoding,
282
- 'outname': str
+ 'outname': str,
283
}
284
285
def run(self):
@@ -304,7 +304,7 @@ def setup(app):
304
app.add_config_value('plot_apply_rcparams', False, True)
305
app.add_config_value('plot_working_directory', None, True)
306
app.add_config_value('plot_template', None, True)
307
- app.add_config_value('plot_preserve_dir', '', True)
+ app.add_config_value('plot_preserve_dir', '', True)
308
309
app.connect('doctree-read', mark_plot_labels)
310
0 commit comments