We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37995b9 commit fbd6de5Copy full SHA for fbd6de5
examples/pylab_examples/fancybox_demo.py
@@ -192,4 +192,4 @@ def test_all():
192
plt.draw()
193
plt.show()
194
195
-test_all()
+test_all()
tutorials/01_introductory/sample_plots.py
@@ -135,8 +135,8 @@
135
Use the :func:`~matplotlib.pyplot.bar` command to make bar charts, which
136
includes customizations such as error bars:
137
138
-.. figure:: ../gallery/statistics/images/sphx_glr_barchart_demo_001.png
139
- :target: ../gallery/statistics/barchart_demo.html
+.. figure:: ../../gallery/statistics/images/sphx_glr_barchart_demo_001.png
+ :target: ../../gallery/statistics/barchart_demo.html
140
:align: center
141
:scale: 50
142
0 commit comments