@@ -1941,18 +1941,18 @@ def test_subplot_titles_2x1():
1941
1941
yref = 'paper' ,
1942
1942
text = 'Title 1' ,
1943
1943
showarrow = False ,
1944
- font = Font (size = 18 ),
1944
+ font = Font (size = 16 ),
1945
1945
xanchor = 'center' ,
1946
1946
yanchor = 'bottom'
1947
1947
),
1948
1948
Annotation (
1949
1949
x = 0.5 ,
1950
- y = 0.425 ,
1950
+ y = 0.375 ,
1951
1951
xref = 'paper' ,
1952
1952
yref = 'paper' ,
1953
1953
text = 'Title 2' ,
1954
1954
showarrow = False ,
1955
- font = Font (size = 18 ),
1955
+ font = Font (size = 16 ),
1956
1956
xanchor = 'center' ,
1957
1957
yanchor = 'bottom'
1958
1958
)
@@ -1966,11 +1966,11 @@ def test_subplot_titles_2x1():
1966
1966
anchor = 'y2'
1967
1967
),
1968
1968
yaxis1 = YAxis (
1969
- ___domain = [0.575 , 1.0 ],
1969
+ ___domain = [0.625 , 1.0 ],
1970
1970
anchor = 'x1'
1971
1971
),
1972
1972
yaxis2 = YAxis (
1973
- ___domain = [0.0 , 0.425 ],
1973
+ ___domain = [0.0 , 0.375 ],
1974
1974
anchor = 'x2'
1975
1975
)
1976
1976
)
@@ -1992,7 +1992,7 @@ def test_subplot_titles_1x3():
1992
1992
yref = 'paper' ,
1993
1993
text = 'Title 1' ,
1994
1994
showarrow = False ,
1995
- font = Font (size = 18 ),
1995
+ font = Font (size = 16 ),
1996
1996
xanchor = 'center' ,
1997
1997
yanchor = 'bottom'
1998
1998
),
@@ -2003,7 +2003,7 @@ def test_subplot_titles_1x3():
2003
2003
yref = 'paper' ,
2004
2004
text = 'Title 2' ,
2005
2005
showarrow = False ,
2006
- font = Font (size = 18 ),
2006
+ font = Font (size = 16 ),
2007
2007
xanchor = 'center' ,
2008
2008
yanchor = 'bottom'
2009
2009
),
@@ -2014,7 +2014,7 @@ def test_subplot_titles_1x3():
2014
2014
yref = 'paper' ,
2015
2015
text = 'Title 3' ,
2016
2016
showarrow = False ,
2017
- font = Font (size = 18 ),
2017
+ font = Font (size = 16 ),
2018
2018
xanchor = 'center' ,
2019
2019
yanchor = 'bottom'
2020
2020
)
@@ -2063,7 +2063,7 @@ def test_subplot_titles_shared_axes():
2063
2063
yref = 'paper' ,
2064
2064
text = 'Title 1' ,
2065
2065
showarrow = False ,
2066
- font = Font (size = 18 ),
2066
+ font = Font (size = 16 ),
2067
2067
xanchor = 'center' ,
2068
2068
yanchor = 'bottom'
2069
2069
),
@@ -2074,29 +2074,29 @@ def test_subplot_titles_shared_axes():
2074
2074
yref = 'paper' ,
2075
2075
text = 'Title 2' ,
2076
2076
showarrow = False ,
2077
- font = Font (size = 18 ),
2077
+ font = Font (size = 16 ),
2078
2078
xanchor = 'center' ,
2079
2079
yanchor = 'bottom'
2080
2080
),
2081
2081
Annotation (
2082
2082
x = 0.22499999999999998 ,
2083
- y = 0.42500000000000004 ,
2083
+ y = 0.375 ,
2084
2084
xref = 'paper' ,
2085
2085
yref = 'paper' ,
2086
2086
text = 'Title 3' ,
2087
2087
showarrow = False ,
2088
- font = Font (size = 18 ),
2088
+ font = Font (size = 16 ),
2089
2089
xanchor = 'center' ,
2090
2090
yanchor = 'bottom'
2091
2091
),
2092
2092
Annotation (
2093
2093
x = 0.7749999999999999 ,
2094
- y = 0.42500000000000004 ,
2094
+ y = 0.375 ,
2095
2095
xref = 'paper' ,
2096
2096
yref = 'paper' ,
2097
2097
text = 'Title 4' ,
2098
2098
showarrow = False ,
2099
- font = Font (size = 18 ),
2099
+ font = Font (size = 16 ),
2100
2100
xanchor = 'center' ,
2101
2101
yanchor = 'bottom'
2102
2102
)
@@ -2111,12 +2111,12 @@ def test_subplot_titles_shared_axes():
2111
2111
position = 0.0
2112
2112
),
2113
2113
yaxis1 = YAxis (
2114
- ___domain = [0.575 , 1.0 ],
2114
+ ___domain = [0.625 , 1.0 ],
2115
2115
anchor = 'free' ,
2116
2116
position = 0.0
2117
2117
),
2118
2118
yaxis2 = YAxis (
2119
- ___domain = [0.0 , 0.425 ],
2119
+ ___domain = [0.0 , 0.375 ],
2120
2120
anchor = 'x1'
2121
2121
)
2122
2122
)
@@ -2142,7 +2142,7 @@ def test_subplot_titles_irregular_layout():
2142
2142
yref = 'paper' ,
2143
2143
text = 'Title 1' ,
2144
2144
showarrow = False ,
2145
- font = Font (size = 18 ),
2145
+ font = Font (size = 16 ),
2146
2146
xanchor = 'center' ,
2147
2147
yanchor = 'bottom'
2148
2148
),
@@ -2153,18 +2153,18 @@ def test_subplot_titles_irregular_layout():
2153
2153
yref = 'paper' ,
2154
2154
text = 'Title 2' ,
2155
2155
showarrow = False ,
2156
- font = Font (size = 18 ),
2156
+ font = Font (size = 16 ),
2157
2157
xanchor = 'center' ,
2158
2158
yanchor = 'bottom'
2159
2159
),
2160
2160
Annotation (
2161
2161
x = 0.5 ,
2162
- y = 0.425 ,
2162
+ y = 0.375 ,
2163
2163
xref = 'paper' ,
2164
2164
yref = 'paper' ,
2165
2165
text = 'Title 3' ,
2166
2166
showarrow = False ,
2167
- font = Font (size = 18 ),
2167
+ font = Font (size = 16 ),
2168
2168
xanchor = 'center' ,
2169
2169
yanchor = 'bottom'
2170
2170
)
@@ -2182,15 +2182,15 @@ def test_subplot_titles_irregular_layout():
2182
2182
anchor = 'y3'
2183
2183
),
2184
2184
yaxis1 = YAxis (
2185
- ___domain = [0.575 , 1.0 ],
2185
+ ___domain = [0.625 , 1.0 ],
2186
2186
anchor = 'x1'
2187
2187
),
2188
2188
yaxis2 = YAxis (
2189
- ___domain = [0.575 , 1.0 ],
2189
+ ___domain = [0.625 , 1.0 ],
2190
2190
anchor = 'x2'
2191
2191
),
2192
2192
yaxis3 = YAxis (
2193
- ___domain = [0.0 , 0.425 ],
2193
+ ___domain = [0.0 , 0.375 ],
2194
2194
anchor = 'x3'
2195
2195
)
2196
2196
)
@@ -2215,7 +2215,7 @@ def test_subplot_titles_insets():
2215
2215
yref = 'paper' ,
2216
2216
text = 'Inset' ,
2217
2217
showarrow = False ,
2218
- font = Font (size = 18 ),
2218
+ font = Font (size = 16 ),
2219
2219
xanchor = 'center' ,
2220
2220
yanchor = 'bottom'
2221
2221
)
0 commit comments