Skip to content

Commit 95be2dd

Browse files
committed
fixing image link
1 parent 37995b9 commit 95be2dd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/pylab_examples/fancybox_demo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,4 @@ def test_all():
192192
plt.draw()
193193
plt.show()
194194

195-
test_all()
195+
test_all()

examples/text_labels_and_annotations/annotation_demo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,4 +392,4 @@
392392
arrowprops=arrow_args)
393393

394394
ax2.set(xlim=[-2, 2], ylim=[-2, 2])
395-
plt.show()
395+
plt.show()

tutorials/01_introductory/sample_plots.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@
135135
Use the :func:`~matplotlib.pyplot.bar` command to make bar charts, which
136136
includes customizations such as error bars:
137137
138-
.. figure:: ../gallery/statistics/images/sphx_glr_barchart_demo_001.png
139-
:target: ../gallery/statistics/barchart_demo.html
138+
.. figure:: ../../gallery/statistics/images/sphx_glr_barchart_demo_001.png
139+
:target: ../../gallery/statistics/barchart_demo.html
140140
:align: center
141141
:scale: 50
142142

0 commit comments

Comments
 (0)