Skip to content

Commit 75a1e56

Browse files
authored
Merge pull request matplotlib#30540 from meeseeksmachine/auto-backport-of-pr-30539-on-v3.10.x
Backport PR matplotlib#30539 on branch v3.10.x (Fix scale_unit/scale_units typo in quiver docs)
2 parents 291d6c3 + 56b2dcc commit 75a1e56

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)