Skip to content

DOC Demote container headings one level Artist tutorial (minor) #9483

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 19, 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
8 changes: 4 additions & 4 deletions 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