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

Skip to content

Commit 79a15a7

Browse files
committed
modify docstring
1 parent 6d6da09 commit 79a15a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/quiver.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,7 @@ def __init__(self, Q, X, Y, U, label,
286286
A dictionary with keyword arguments accepted by the
287287
`~matplotlib.font_manager.FontProperties` initializer:
288288
*family*, *style*, *variant*, *size*, *weight*.
289-
zorder : float, default: None
290-
zorder : float or None
289+
zorder : float
291290
The zorder of the key. The default is 0.1 above *Q*.
292291
**kwargs
293292
Any additional keyword arguments are used to override vector

0 commit comments

Comments
 (0)