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 ac0f466

Browse filesBrowse files
committed
DOC Indented documentation with spaces instead of tabs.
1 parent 62bcf04 commit ac0f466
Copy full SHA for ac0f466

File tree

Expand file treeCollapse file tree

1 file changed

+24
-24
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+24
-24
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+24-24Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4525,31 +4525,31 @@ def arrow(self, x, y, dx, dy, **kwargs):
45254525
Draws arrow on specified axis from (`x`, `y`) to (`x` + `dx`,
45264526
`y` + `dy`). Uses FancyArrow patch to construct the arrow.
45274527
4528-
Parameters
4529-
----------
4530-
x : float
4531-
X-coordinate of the arrow base
4532-
y : float
4533-
Y-coordinate of the arrow base
4534-
dx : float
4535-
Length of arrow in x-coordinate
4536-
dy : float
4537-
Length of arrow in y-coordinate
4538-
4539-
Return
4540-
------
4541-
a : FancyArrow
4542-
patches.FancyArrow object
4543-
4544-
Other Parameters
4545-
-----------------
4546-
kwargs : `~matplotlib.patches.FancyArrow` properties.
4547-
4548-
See also
4549-
--------
4528+
Parameters
4529+
----------
4530+
x : float
4531+
X-coordinate of the arrow base
4532+
y : float
4533+
Y-coordinate of the arrow base
4534+
dx : float
4535+
Length of arrow in x-coordinate
4536+
dy : float
4537+
Length of arrow in y-coordinate
4538+
4539+
Return
4540+
------
4541+
a : FancyArrow
4542+
patches.FancyArrow object
4543+
4544+
Other Parameters
4545+
-----------------
4546+
kwargs : `~matplotlib.patches.FancyArrow` properties.
4547+
4548+
See also
4549+
--------
45504550
%(FancyArrow)s : Parent object type.
45514551
4552-
Notes
4552+
Notes
45534553
-----
45544554
The resulting arrow is affected by the axes aspect ratio and limits.
45554555
This may produce an arrow whose head is not square with its stem. To
@@ -4560,7 +4560,7 @@ def arrow(self, x, y, dx, dy, **kwargs):
45604560
arrowprops=dict(arrowstyle="->"))
45614561
45624562
Examples
4563-
--------
4563+
--------
45644564
45654565
.. plot:: mpl_examples/pylab_examples/arrow_demo.py
45664566
"""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.