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.
2 parents 76694a7 + 04d2316 commit 9e0dd74Copy full SHA for 9e0dd74
lib/matplotlib/sphinxext/plot_directive.py
@@ -421,7 +421,7 @@ def remove_coding(text):
421
422
{% for img in images %}
423
.. figure:: {{ build_dir }}/{{ img.basename }}.png
424
- {%- for option in options %}
+ {% for option in options -%}
425
{{ option }}
426
{% endfor %}
427
@@ -447,7 +447,7 @@ def remove_coding(text):
447
448
449
.. image:: {{ build_dir }}/{{ img.basename }}.png
450
451
452
453
0 commit comments