Skip to content

Commit ccf4005

Browse files
committed
fixing image link
1 parent 37995b9 commit ccf4005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)