8000 Fix typos by taehoonlee · Pull Request #12024 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Fix typos #12024

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
Sep 5, 2018
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion examples/shapes_and_collections/arrow_guide.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
or the axis labels.

Arrows consist of a head (and possibly a tail) and a stem drawn between a
start point and and end point, called 'anchor points' from now on.
start point and end point, called 'anchor points' from now on.
Here we show three use cases for plotting arrows, depending on whether the
head or anchor points need to be fixed in data or display space:

Expand Down
2 changes: 1 addition & 1 deletion lib/matplotlib/_layoutbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def constrain_margins(self):

Margin minimums are set to make room for axes decorations. However,
the margins can be larger if we are mathicng the position size to
otehr axes.
other axes.
"""
sol = self.solver

Expand Down
2 changes: 1 addition & 1 deletion tutorials/colors/colormap-manipulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
##############################################################################
# The list of colors that comprise the colormap can be directly accessed using
# the ``colors`` property,
# or it can be acccessed indirectly by calling ``viridis`` with an array
# or it can be accessed indirectly by calling ``viridis`` with an array
# of values matching the length of the colormap. Note that the returned list
# is in the form of an RGBA Nx4 array, where N is the length of the colormap.

Expand Down
0