Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aac2b2a

Browse files
authored
Merge pull request #12024 from taehoonlee/fix_typos
Fix typos
2 parents ee8e2ad + 5b92f09 commit aac2b2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/shapes_and_collections/arrow_guide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
or the axis labels.
1515
1616
Arrows consist of a head (and possibly a tail) and a stem drawn between a
17-
start point and and end point, called 'anchor points' from now on.
17+
start point and end point, called 'anchor points' from now on.
1818
Here we show three use cases for plotting arrows, depending on whether the
1919
head or anchor points need to be fixed in data or display space:
2020

lib/matplotlib/_layoutbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def constrain_margins(self):
122122
123123
Margin minimums are set to make room for axes decorations. However,
124124
the margins can be larger if we are mathicng the position size to
125-
otehr axes.
125+
other axes.
126126
"""
127127
sol = self.solver
128128

tutorials/colors/colormap-manipulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
##############################################################################
4141
# The list of colors that comprise the colormap can be directly accessed using
4242
# the ``colors`` property,
43-
# or it can be acccessed indirectly by calling ``viridis`` with an array
43+
# or it can be accessed indirectly by calling ``viridis`` with an array
4444
# of values matching the length of the colormap. Note that the returned list
4545
# is in the form of an RGBA Nx4 array, where N is the length of the colormap.
4646

0 commit comments

Comments
 (0)