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 32211b8

Browse filesBrowse files
timhoffmanntzer
andauthored
Apply suggestions from code review
Co-Authored-By: anntzer <anntzer.lee@gmail.com>
1 parent 51f5c91 commit 32211b8
Copy full SHA for 32211b8

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+3
-3
lines changed

‎lib/matplotlib/quiver.py

Copy file name to clipboardExpand all lines: lib/matplotlib/quiver.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@ def __init__(self, Q, X, Y, U, label,
188188
----------
189189
Q : `matplotlib.quiver.Quiver`
190190
A `.Quiver` object as returned by a call to `~.Axes.quiver()`.
191-
X, Y: float
191+
X, Y : float
192192
The location of the key.
193193
U : float
194-
The length of the key
194+
The length of the key.
195195
label : str
196196
The key label (e.g., length and units of the key).
197197
angle : float, default: 0
@@ -216,7 +216,7 @@ def __init__(self, Q, X, Y, U, label,
216216
fontproperties : dict, optional
217217
A dictionary with keyword arguments accepted by the
218218
`~matplotlib.font_manager.FontProperties` initializer:
219-
*family*, *style*, *variant*, *size*, *weight*
219+
*family*, *style*, *variant*, *size*, *weight*.
220220
**kwargs
221221
Any additional keyword arguments are used to override vector
222222
properties taken from *Q*.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.