@@ -1054,20 +1054,20 @@ def subplots(nrows=1, ncols=1, sharex=False, sharey=False, squeeze=True,
1054
1054
Number of columns of the subplot grid.
1055
1055
1056
1056
sharex : bool or string, optional, default: False
1057
- - If True, the X axis will be shared amongst all subplots.
1057
+ - If True, the x- axis will be shared amongst all subplots.
1058
1058
- If False, no axis will be shared amongst subplots.
1059
1059
- If a string must be one of "row", "col", "all", or "none".
1060
1060
- "all" has the same effect as True.
1061
1061
- "none" has the same effect as False.
1062
- - If "row", each subplot row will share a X axis.
1063
- - If "col", each subplot column will share a X axis.
1062
+ - If "row", each subplot row will share a x- axis.
1063
+ - If "col", each subplot column will share a x- axis.
1064
1064
1065
1065
Note that if the x-axis is shared across rows (sharex=True or
1066
- sharex="col") and nrows > 1 then the x tick labels won't be displayed
1067
- on any of plots but the ones on the bottom row.
1066
+ sharex="col"), then the x tick labels will only be display on subplots
1067
+ of the bottom row.
1068
1068
1069
1069
sharey : bool or string, optional, default: False
1070<
8000
/code>
- - If True, the Y axis will be shared amongst all subplots.
1070
+ - If True, the y- axis will be shared amongst all subplots.
1071
1071
- If False, no y-axis will be shared amongst subplots.
1072
1072
- If a string must be one of "row", "col", "all", or "none".
1073
1073
- "all" has the same effect as True.
@@ -1076,8 +1076,8 @@ def subplots(nrows=1, ncols=1, sharex=False, sharey=False, squeeze=True,
1076
1076
- If "col", each subplot column will share a y-axis
1077
1077
1078
1078
Note that if the y-axis is shared across columns (sharey=False or
1079
- sharey="col") and ncols > 1 then the y tick labels won't be displayed
1080
- on any of the plots but the ones on the first column.
1079
+ sharey="col"), 1 then the y tick labels will only be displayed on
1080
+ subplots of the first column.
1081
1081
1082
1082
squeeze : bool, optional, default: True
1083
1083
- If True, extra dimensions are squeezed out from the returned axis
0 commit comments