File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7170,8 +7170,12 @@ def plot(self) -> PlotObject:
7170
7170
Values to use for the xticks
7171
7171
yticks : sequence
7172
7172
Values to use for the yticks
7173
- xlim : 2-tuple/list
7174
- ylim : 2-tuple/list
7173
+ xlim : 2-tuple/list, optional
7174
+ Limits (minimum and maximum values) on x axis. If this argument is not used, or None for
7175
+ either bound, these are determined automatically from the data. Defaults to (None, None).
7176
+ ylim : 2-tuple/list, optional
7177
+ Limits (minimum and maximum values) on y axis. If this argument is not used, or None for
7178
+ either bound, these are determined automatically from the data. Defaults to (None, None).
7175
7179
rot : int, default None
7176
7180
Rotation for ticks (xticks for vertical, yticks for horizontal plots)
7177
7181
fontsize : int, default None
You can’t perform that action at this time.
0 commit comments