Skip to content

Commit 292d7f7

Browse files
committed
Try and fix refs
1 parent 677db61 commit 292d7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2553,7 +2553,7 @@ def relim(self, visible_only=False):
25532553

25542554
def update_datalim(self, xys, updatex=True, updatey=True):
25552555
"""
2556-
Extend the `~.Axes.dataLim` Bbox to include the given points.
2556+
Extend the ``Axes.dataLim`` Bbox to include the given points.
25572557
25582558
If no data is set currently, the Bbox will ignore its limits and set
25592559
the bound to be the bounds of the xydata (*xys*). Otherwise, it will

0 commit comments

Comments
 (0)