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 f34627d

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

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎tutorials/introductory/usage.py

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