File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2265,7 +2265,7 @@ def add_artist(self, a):
2265
2265
2266
2266
def add_child_axes (self , ax ):
2267
2267
"""
2268
- Add an `.AxesBase ` to the Axes' children; return the child Axes.
2268
+ Add an `.Axes ` to the Axes' children; return the child Axes.
2269
2269
2270
2270
This is the lowlevel version. See `.axes.Axes.inset_axes`.
2271
2271
"""
@@ -2524,7 +2524,7 @@ def relim(self, visible_only=False):
2524
2524
2525
2525
def update_datalim (self , xys , updatex = True , updatey = True ):
2526
2526
"""
2527
- Extend the `~. Axes.dataLim` Bbox to include the given points.
2527
+ Extend the `` Axes.dataLim` ` Bbox to include the given points.
2528
2528
2529
2529
If no data is set currently, the Bbox will ignore its limits and set
2530
2530
the bound to be the bounds of the xydata (*xys*). Otherwise, it will
You can’t perform that action at this time.
0 commit comments