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

Skip to content

Commit e43b09e

Browse files
committed
FIX Repaired wording and whitespace problems
1 parent bdc62db commit e43b09e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4532,9 +4532,9 @@ def arrow(self, x, y, dx, dy, **kwargs):
45324532
y : float
45334533
Y-coordinate of the arrow base
45344534
dx : float
4535-
Length of arrow in x-coordinate
4535+
Length of arrow along x-coordinate
45364536
dy : float
4537-
Length of arrow in y-coordinate
4537+
Length of arrow along y-coordinate
45384538
45394539
Returns
45404540
-------
@@ -4563,6 +4563,7 @@ def arrow(self, x, y, dx, dy, **kwargs):
45634563
--------
45644564
45654565
.. plot:: mpl_examples/pylab_examples/arrow_demo.py
4566+
45664567
"""
45674568
# Strip away units for the underlying patch since units
45684569
# do not make sense to most patch-like code

0 commit comments

Comments
 (0)