Skip to content

Commit 311e749

Browse files
authored
Merge pull request #13165 from DumbMachine/patch-1
Change doc string for Axes.arrow()
2 parents 44fe937 + adb4800 commit 311e749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4795,9 +4795,9 @@ def arrow(self, x, y, dx, dy, **kwargs):
47954795
Parameters
47964796
----------
47974797
x, y : float
4798-
The x/y-coordinate of the arrow base.
4798+
The x and y coordinates of the arrow base.
47994799
dx, dy : float
4800-
The length of the arrow along x/y-direction.
4800+
The length of the arrow along x and y direction.
48014801
48024802
Returns
48034803
-------

0 commit comments

Comments
 (0)