Skip to content

Commit f34627d

Browse files
tdpetrouanntzer
authored andcommitted
Axis user guide (#9323)
* deleted circled in green * deleted space * removed blue box
1 parent 969de0a commit f34627d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/introductory/usage.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
# ------------------------------
8585
#
8686
# This is what you think of as 'a plot', it is the region of the image
87-
# with the data space (marked as the inner blue box). A given figure
87+
# with the data space. A given figure
8888
# can contain many Axes, but a given :class:`~matplotlib.axes.Axes`
8989
# object can only be in one :class:`~matplotlib.figure.Figure`. The
9090
# Axes contains two (or three in the case of 3D)
@@ -104,7 +104,7 @@
104104
# :class:`~matplotlib.axis.Axis`
105105
# ------------------------------
106106
#
107-
# These are the number-line-like objects (circled in green). They take
107+
# These are the number-line-like objects. They take
108108
# care of setting the graph limits and generating the ticks (the marks
109109
# on the axis) and ticklabels (strings labeling the ticks). The
110110
# location of the ticks is determined by a

0 commit comments

Comments
 (0)