File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 84
84
# ------------------------------
85
85
#
86
86
# 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
88
88
# can contain many Axes, but a given :class:`~matplotlib.axes.Axes`
89
89
# object can only be in one :class:`~matplotlib.figure.Figure`. The
90
90
# Axes contains two (or three in the case of 3D)
104
104
# :class:`~matplotlib.axis.Axis`
105
105
# ------------------------------
106
106
#
107
- # These are the number-line-like objects (circled in green). They take
107
+ # These are the number-line-like objects. They take
108
108
# care of setting the graph limits and generating the ticks (the marks
109
109
# on the axis) and ticklabels (strings labeling the ticks). The
110
110
# location of the ticks is determined by a
You can’t perform that action at this time.
0 commit comments