Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 95be2dd

Browse filesBrowse files
committed
fixing image link
1 parent 37995b9 commit 95be2dd
Copy full SHA for 95be2dd

File tree

Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed

‎examples/pylab_examples/fancybox_demo.py

Copy file name to clipboardExpand all lines: examples/pylab_examples/fancybox_demo.py
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: examples/text_labels_and_annotations/annotation_demo.py
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: tutorials/01_introductory/sample_plots.py
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.