Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a008555

Browse filesBrowse files
committed
FIX Repaired wording and whitespace problems
1 parent 5ed7809 commit a008555
Copy full SHA for a008555

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+3-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.