8000 FIX · matplotlib/matplotlib@68ad392 · GitHub
[go: up one dir, main page]

Skip to content

Commit 68ad392

Browse files
committed
FIX
1 parent c277524 commit 68ad392

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ def get_window_extent(self, *args, **kwargs):
570570
571571
See also
572572
--------
573-
`matplotlib.axes.Axes.get_tightbbox`
573+
`.matplotlib.axes.Axes.get_tightbbox`
574574
`.Axis.get_tightbbox`
575575
`.spines.get_window_extent`
576576

lib/matplotlib/spines.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ def get_window_extent(self, renderer=None):
151151
152152
See Also
153153
--------
154-
155-
`matplotlib.axes.Axes.get_tightbbox`
156-
`matplotlib.axes.Axes.get_window_extent`
154+
155+
`.matplotlib.axes.Axes.get_tightbbox`
156+
`.matplotlib.axes.Axes.get_window_extent`
157157
158158
"""
159159
# make sure the location is updated so that transforms etc are

0 commit comments

Comments
 (0)
0