Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc62213f

Browse files
committed
Try and fix refs
1 parent08e154d commitc62213f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎lib/matplotlib/axes/_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,7 +2265,7 @@ def add_artist(self, a):
22652265

22662266
defadd_child_axes(self,ax):
22672267
"""
2268-
Add an `.AxesBase` to the Axes' children; return the child Axes.
2268+
Add an `.Axes` to the Axes' children; return the child Axes.
22692269
22702270
This is the lowlevel version. See `.axes.Axes.inset_axes`.
22712271
"""
@@ -2524,7 +2524,7 @@ def relim(self, visible_only=False):
25242524

25252525
defupdate_datalim(self,xys,updatex=True,updatey=True):
25262526
"""
2527-
Extend the `~.Axes.dataLim` Bbox to include the given points.
2527+
Extend the ``Axes.dataLim`` Bbox to include the given points.
25282528
25292529
If no data is set currently, the Bbox will ignore its limits and set
25302530
the bound to be the bounds of the xydata (*xys*). Otherwise, it will

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp