Skip to content

Axis user guide #9323

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorials/introductory/usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
# ------------------------------
#
# This is what you think of as 'a plot', it is the region of the image
# with the data space (marked as the inner blue box). A given figure
# with the data space. A given figure
# can contain many Axes, but a given :class:`~matplotlib.axes.Axes`
# object can only be in one :class:`~matplotlib.figure.Figure`. The
# Axes contains two (or three in the case of 3D)
Expand All @@ -104,7 +104,7 @@
# :class:`~matplotlib.axis.Axis`
# ------------------------------
#
# These are the number-line-like objects (circled in green). They take
# These are the number-line-like objects. They take
# care of setting the graph limits and generating the ticks (the marks
# on the axis) and ticklabels (strings labeling the ticks). The
# location of the ticks is determined by a
Expand Down