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

Clarify what "axes" means #4964

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 1 commit into from
Aug 20, 2015
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
Clarify what "axes" means
This is an attempt to disambiguate the axes part of a figure from the mathematical term "axes".
  • Loading branch information
brettcannon committed Aug 19, 2015
commit 8328430367e1f9a2d292a798354e68e4f55c1a01
5 changes: 4 additions & 1 deletion 5 doc/users/pyplot_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ some change to a figure: e.g., create a figure, create a plotting area
in a figure, plot some lines in a plotting area, decorate the plot
with labels, etc.... :mod:`matplotlib.pyplot` is stateful, in that it
keeps track of the current figure and plotting area, and the plotting
functions are directed to the current axes
functions are directed to the current axes (please note that "axes" here
and in most places in the documentation refers to the *axes*
`part of a figure <http://matplotlib.org/faq/usage_faq.html#parts-of-a-figure>`__
and not the strict mathematical term for more than one axis).

.. plot:: pyplots/pyplot_simple.py
:include-source:
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.