8000 Add missing docstring interpolations. · matplotlib/matplotlib@8deb721 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8deb721

Browse files
committed
Add missing docstring interpolations.
1 parent 1a97f37 commit 8deb721

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ def inset_axes(self, bounds, *, transform=None, zorder=5, **kwargs):
352352

353353
return inset_ax
354354

355+
@docstring.dedent_interpd
355356
def indicate_inset(self, bounds, inset_ax=None, *, transform=None,
356357
facecolor='none', edgecolor='0.5', alpha=0.5,
357358
zorder=4.99, **kwargs):
@@ -921,6 +922,7 @@ def axhspan(self, ymin, ymax, xmin=0, xmax=1, **kwargs):
921922
self._request_autoscale_view(scalex=False)
922923
return p
923924

925+
@docstring.dedent_interpd
924926
def axvspan(self, xmin, xmax, ymin=0, ymax=1, **kwargs):
925927
"""
926928
Add a vertical span (rectangle) across the Axes.

0 commit comments

Comments
 (0)
0