Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
removed blue box
  • Loading branch information
tdpetrou committed Oct 9, 2017
commit 98874a029d0e36e290304520cfd50d1961f49fdd
2 changes: 1 addition & 1 deletion 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 Down