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

Skip to content

Commit 6d342f0

Browse files
committed
Fix trivial quiver doc typo.
1 parent 195030b commit 6d342f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/quiver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
use *color* instead. The size of *C* must match the number of arrow
8585
locations.
8686
87-
units : {'width', 'height', 'dots', 'inches', 'x', 'y' 'xy'}, default: 'width'
87+
units : {'width', 'height', 'dots', 'inches', 'x', 'y', 'xy'}, default: 'width'
8888
The arrow dimensions (except for *length*) are measured in multiples of
8989
this unit.
9090

0 commit comments

Comments
 (0)