We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e154d commit e12c91fCopy full SHA for e12c91f
lib/matplotlib/axes/_base.py
@@ -2265,7 +2265,7 @@ def add_artist(self, a):
2265
2266
def add_child_axes(self, ax):
2267
"""
2268
- Add an `.AxesBase` to the Axes' children; return the child Axes.
+ Add an `._AxesBase` to the Axes' children; return the child Axes.
2269
2270
This is the lowlevel version. See `.axes.Axes.inset_axes`.
2271
@@ -2524,7 +2524,7 @@ def relim(self, visible_only=False):
2524
2525
def update_datalim(self, xys, updatex=True, updatey=True):
2526
2527
- Extend the `~.Axes.dataLim` Bbox to include the given points.
+ Extend the ``Axes.dataLim`` Bbox to include the given points.
2528
2529
If no data is set currently, the Bbox will ignore its limits and set
2530
the bound to be the bounds of the xydata (*xys*). Otherwise, it will
0 commit comments