Skip to content

Commit adb4800

Browse files
authored
small changes
changed "x/y" to "x and y"
1 parent ebe0018 commit adb4800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4797,7 +4797,7 @@ def arrow(self, x, y, dx, dy, **kwargs):
47974797
x, y : float
47984798
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)