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 ee5953a

Browse filesBrowse files
committed
Fixed template rendering by leaving template alone in line.
1 parent a008555 commit ee5953a
Copy full SHA for ee5953a

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+3
-4
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+3-4Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4543,11 +4543,10 @@ def arrow(self, x, y, dx, dy, **kwargs):
45434543
45444544
Other Parameters
45454545
-----------------
4546-
kwargs : `~matplotlib.patches.FancyArrow` properties.
4546+
Optional kwargs (inherited from FancyArrow patch) control the arrow
4547+
construction and properties:
45474548
4548-
More valid arguments include:
4549-
4550-
%(FancyArrow)s : Parent object type.
4549+
%(FancyArrow)s
45514550
45524551
Notes
45534552
-----

0 commit comments

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