Skip to content

Commit e5604ac

Browse files
authored
Merge pull request #9502 from matplotlib/auto-backport-of-pr-9483
Backport PR #9483 on branch v2.1.0-doc
2 parents 3c4c14b + 9c9a33f commit e5604ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorials/intermediate/artists.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ class in the matplotlib API, and the one you will be working with most
280280
# .. _figure-container:
281281
#
282282
# Figure container
283-
# ================
283+
# ----------------
284284
#
285285
# The top level container ``Artist`` is the
286286
# :class:`matplotlib.figure.Figure`, and it contains everything in the
@@ -366,7 +366,7 @@ class in the matplotlib API, and the one you will be working with most
366366
# .. _axes-container:
367367
#
368368
# Axes container
369-
# ==============
369+
# --------------
370370
#
371371
# The :class:`matplotlib.axes.Axes` is the center of the matplotlib
372372
# universe -- it contains the vast majority of all the ``Artists`` used
@@ -544,7 +544,7 @@ class in the matplotlib API, and the one you will be working with most
544544
# .. _axis-container:
545545
#
546546
# Axis containers
547-
# ===============
547+
# ---------------
548548
#
549549
# The :class:`matplotlib.axis.Axis` instances handle the drawing of the
550550
# tick lines, the grid lines, the tick labels and the axis label. You
@@ -648,7 +648,7 @@ class in the matplotlib API, and the one you will be working with most
648648
# .. _tick-container:
649649
#
650650
# Tick containers
651-
# ===============
651+
# ---------------
652652
#
653653
# The :class:`matplotlib.axis.Tick` is the final container object in our
654654
# descent from the :class:`~matplotlib.figure.Figure` to the

0 commit comments

Comments
 (0)