File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed 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
280
280
# .. _figure-container:
281
281
#
282
282
# Figure container
283
- # ================
283
+ # ----------------
284
284
#
285
285
# The top level container ``Artist`` is the
286
286
# :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
366
366
# .. _axes-container:
367
367
#
368
368
# Axes container
369
- # ==============
369
+ # --------------
370
370
#
371
371
# The :class:`matplotlib.axes.Axes` is the center of the matplotlib
372
372
# 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
544
544
# .. _axis-container:
545
545
#
546
546
# Axis containers
547
- # ===============
547
+ # ---------------
548
548
#
549
549
# The :class:`matplotlib.axis.Axis` instances handle the drawing of the
550
550
# 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
648
648
# .. _tick-container:
649
649
#
650
650
# Tick containers
651
- # ===============
651
+ # ---------------
652
652
#
653
653
# The :class:`matplotlib.axis.Tick` is the final container object in our
654
654
# descent from the :class:`~matplotlib.figure.Figure` to the
You can’t perform that action at this time.
0 commit comments