Skip to content

Commit

Permalink
Try and fix refs
Browse files Browse the repository at this point in the history
  • Loading branch information
timhoffm committed Dec 18, 2024
1 parent 677db61 commit 292d7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/axes/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2553,7 +2553,7 @@ def relim(self, visible_only=False):

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

0 comments on commit 292d7f7

Please sign in to comment.