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

Commit 9c9a33f

Browse filesBrowse files
anntzerMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #9483: DOC Demote container headings one level Artist tutorial (minor)
1 parent 4552534 commit 9c9a33f
Copy full SHA for 9c9a33f

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎tutorials/intermediate/artists.py

Copy file name to clipboardExpand all lines: tutorials/intermediate/artists.py
+4-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.