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

Commit 360407d

Browse filesBrowse files
committed
Fix doc wording
1 parent 480ea3f commit 360407d
Copy full SHA for 360407d

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed

‎lib/matplotlib/quiver.py

Copy file name to clipboardExpand all lines: lib/matplotlib/quiver.py
+2-2Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/text.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.