Skip to content

Move some examples out of examples/api #10459

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 2 commits into from
Mar 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions examples/units/bar_unit_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Group barchart with units
=========================

This is the same example as :doc:`the barchart demo<../api/barchart>`
in centimeters.
This is the same example as
:doc:`the barchart demo<../lines_bars_and_markers/barchart>` in centimeters.

.. only:: builder_html

Expand Down
2 changes: 1 addition & 1 deletion tutorials/advanced/transforms_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,4 +467,4 @@
# see how to make your own, since Matplotlib supports extensible axes
# and projections. Michael Droettboom has provided a nice tutorial
# example of creating a Hammer projection axes; see
# :ref:`sphx_glr_gallery_api_custom_projection_example.py`.
# :ref:`sphx_glr_gallery_misc_custom_projection.py`.
4 changes: 2 additions & 2 deletions tutorials/introductory/sample_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@
You can plot timeseries data with major and minor ticks and custom
tick formatters for both.

.. figure:: ../../gallery/api/images/sphx_glr_date_001.png
:target: ../../gallery/api/date.html
.. figure:: ../../gallery/text_labels_and_annotations/images/sphx_glr_date_001.png
:target: ../../gallery/text_labels_and_annotations/date.html
:align: center
:scale: 50

Expand Down