File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3596,15 +3596,14 @@ def get_xlim(self):
3596
3596
3597
3597
See Also
3598
3598
--------
3599
- set_xlim
3599
+ .Axes. set_xlim
3600
3600
set_xbound, get_xbound
3601
3601
invert_xaxis, xaxis_inverted
3602
3602
3603
3603
Notes
3604
3604
-----
3605
3605
The x-axis may be inverted, in which case the *left* value will
3606
3606
be greater than the *right* value.
3607
-
3608
3607
"""
3609
3608
return tuple (self .viewLim .intervalx )
3610
3609
@@ -3885,15 +3884,14 @@ def get_ylim(self):
3885
3884
3886
3885
See Also
3887
3886
--------
3888
- set_ylim
3887
+ .Axes. set_ylim
3889
3888
set_ybound, get_ybound
3890
3889
invert_yaxis, yaxis_inverted
3891
3890
3892
3891
Notes
3893
3892
-----
3894
3893
The y-axis may be inverted, in which case the *bottom* value
3895
3894
will be greater than the *top* value.
3896
-
3897
3895
"""
3898
3896
return tuple (self .viewLim .intervaly )
3899
3897
You can’t perform that action at this time.
0 commit comments