File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments