Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Consolidate and move examples out of pylab #8266

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 23, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixing image link
  • Loading branch information
choldgraf committed May 21, 2017
commit 95be2dd2d9cdc360bc9168884d04d02a2050a557
2 changes: 1 addition & 1 deletion examples/pylab_examples/fancybox_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ def test_all():
plt.draw()
plt.show()

test_all()
test_all()
2 changes: 1 addition & 1 deletion examples/text_labels_and_annotations/annotation_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,4 +392,4 @@
arrowprops=arrow_args)

ax2.set(xlim=[-2, 2], ylim=[-2, 2])
plt.show()
plt.show()
4 changes: 2 additions & 2 deletions tutorials/01_introductory/sample_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@
Use the :func:`~matplotlib.pyplot.bar` command to make bar charts, which
includes customizations such as error bars:

.. figure:: ../gallery/statistics/images/sphx_glr_barchart_demo_001.png
:target: ../gallery/statistics/barchart_demo.html
.. figure:: ../../gallery/statistics/images/sphx_glr_barchart_demo_001.png
:target: ../../gallery/statistics/barchart_demo.html
:align: center
:scale: 50

Expand Down