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

Skip to content

Commit 1aa2a6b

Browse files
committed
DOC Indented documentation with spaces instead of tabs.
1 parent 0698e43 commit 1aa2a6b

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

lib/matplotlib/axes/_axes.py

Lines 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)