We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677db61 commit 292d7f7Copy full SHA for 292d7f7
lib/matplotlib/axes/_base.py
@@ -2553,7 +2553,7 @@ def relim(self, visible_only=False):
2553
2554
def update_datalim(self, xys, updatex=True, updatey=True):
2555
"""
2556
- Extend the `~.Axes.dataLim` Bbox to include the given points.
+ Extend the ``Axes.dataLim`` Bbox to include the given points.
2557
2558
If no data is set currently, the Bbox will ignore its limits and set
2559
the bound to be the bounds of the xydata (*xys*). Otherwise, it will
0 commit comments