Skip to content

Commit 56b2dcc

Browse files
rcomermeeseeksmachine
authored andcommitted
Backport PR matplotlib#30539: Fix scale_unit/scale_units typo in quiver docs
1 parent 291d6c3 commit 56b2dcc

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
@@ -144,7 +144,7 @@
144144
145145
length in y direction = $\\frac{v}{\\mathrm{scale}} \\mathrm{scale_unit}$
146146
147-
For example, ``(u, v) = (0.5, 0)`` with ``scale=10, scale_unit="width"`` results
147+
For example, ``(u, v) = (0.5, 0)`` with ``scale=10, scale_units="width"`` results
148148
in a horizontal arrow with a length of *0.5 / 10 * "width"*, i.e. 0.05 times the
149149
Axes width.
150150

0 commit comments

Comments
 (0)