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

Skip to content

Commit 0766774

Browse files
authored
Merge pull request #17296 from timhoffm/typos
Fix doc wording
2 parents 480ea3f + 360407d commit 0766774

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/matplotlib/quiver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
3636
quiver([X, Y], U, V, [C], **kw)
3737
38-
Where *X*, *Y* define the arrow locations, *U*, *V* define the arrow
39-
directions, and *C* optionally sets the color.
38+
*X*, *Y* define the arrow locations, *U*, *V* define the arrow directions, and
39+
*C* optionally sets the color.
4040
4141
**Arrow size**
4242

lib/matplotlib/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ def __init__(self, text, xy,
15931593
'polar' *(theta, r)* if not native 'data' coordinates
15941594
================= =============================================
15951595
1596-
- An `.Artist`: *xy* is interpreted as a fraction of the artists
1596+
- An `.Artist`: *xy* is interpreted as a fraction of the artist's
15971597
`~matplotlib.transforms.Bbox`. E.g. *(0, 0)* would be the lower
15981598
left corner of the bounding box and *(0.5, 1)* would be the
15991599
center top of the bounding box.

0 commit comments

Comments
 (0)