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

Backport PR #9483 on branch v2.1.0-doc #9502

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 1 commit into from
Oct 21, 2017
Merged
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
Backport PR #9483: DOC Demote container headings one level Artist tut…
…orial (minor)
  • Loading branch information
anntzer authored and MeeseeksDev[bot] committed Oct 21, 2017
commit 9c9a33f84f61620a065406a1399cb8f6de72f73b
8 changes: 4 additions & 4 deletions 8 tutorials/intermediate/artists.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class in the matplotlib API, and the one you will be working with most
# .. _figure-container:
#
# Figure container
# ================
# ----------------
#
# The top level container ``Artist`` is the
# :class:`matplotlib.figure.Figure`, and it contains everything in the
Expand Down Expand Up @@ -366,7 +366,7 @@ class in the matplotlib API, and the one you will be working with most
# .. _axes-container:
#
# Axes container
# ==============
# --------------
#
# The :class:`matplotlib.axes.Axes` is the center of the matplotlib
# universe -- it contains the vast majority of all the ``Artists`` used
Expand Down Expand Up @@ -544,7 +544,7 @@ class in the matplotlib API, and the one you will be working with most
# .. _axis-container:
#
# Axis containers
# ===============
# ---------------
#
# The :class:`matplotlib.axis.Axis` instances handle the drawing of the
# tick lines, the grid lines, the tick labels and the axis label. You
Expand Down Expand Up @@ -648,7 +648,7 @@ class in the matplotlib API, and the one you will be working with most
# .. _tick-container:
#
# Tick containers
# ===============
# ---------------
#
# The :class:`matplotlib.axis.Tick` is the final container object in our
# descent from the :class:`~matplotlib.figure.Figure` to the
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.