Skip to content

Commit 50c6717

Browse files
authored
Fixed arrowstyle doc interpolation in FancyPatch.set_arrow() #28698. (#28704)
* Fixed arrowstyle doc interpolation in FancyPatch.set_arrow() #28698. * Fixed arrowstyle doc interpolation in FancyPatch.set_arrow() #28698.
1 parent 9f49b07 commit 50c6717

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/patches.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4326,6 +4326,7 @@ def get_connectionstyle(self):
43264326
"""Return the `ConnectionStyle` used."""
43274327
return self._connector
43284328

4329+
@_docstring.dedent_interpd
43294330
def set_arrowstyle(self, arrowstyle=None, **kwargs):
43304331
"""
43314332
Set the arrow style, possibly with further attributes.

0 commit comments

Comments
 (0)