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

Skip to content

Commit fc52ce5

Browse files
committed
update Axes.arrow documentation. Closes #141
1 parent fc27e71 commit fc52ce5

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

lib/matplotlib/axes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6253,6 +6253,7 @@ def arrow(self, x, y, dx, dy, **kwargs):
62536253
*y* + *dy*).
62546254
62556255
Optional kwargs control the arrow properties:
6256+
62566257
%(FancyArrow)s
62576258
62586259
**Example:**

lib/matplotlib/patches.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,8 @@ def __init__(self, x, y, dx, dy, width=0.001, length_includes_head=False, \
981981

982982
Polygon.__init__(self, map(tuple, verts), **kwargs)
983983

984+
docstring.interpd.update({"FancyArrow":FancyArrow.__init__.__doc__})
985+
984986
class YAArrow(Patch):
985987
"""
986988
Yet another arrow class.

0 commit comments

Comments
 (0)