@@ -1187,13 +1187,13 @@ def validate_hist_bins(s):
11871187 'figure.autolayout' : [False , validate_bool ],
11881188 'figure.max_open_warning' : [20 , validate_int ],
11891189
1190- 'figure.subplot.left' : [0.125 , ValidateInterval (0 , 1 , closedmin = True ,
1190+ 'figure.subplot.left' : [0.155 , ValidateInterval (0 , 1 , closedmin = True ,
11911191 closedmax = True )],
1192- 'figure.subplot.right' : [0.9 , ValidateInterval (0 , 1 , closedmin = True ,
1192+ 'figure.subplot.right' : [0.87 , ValidateInterval (0 , 1 , closedmin = True ,
11931193 closedmax = True )],
1194- 'figure.subplot.bottom' : [0.1 , ValidateInterval (0 , 1 , closedmin = True ,
1194+ 'figure.subplot.bottom' : [0.13 , ValidateInterval (0 , 1 , closedmin = True ,
11951195 closedmax = True )],
1196- 'figure.subplot.top' : [0.9 , ValidateInterval (0 , 1 , closedmin = True ,
1196+ 'figure.subplot.top' : [0.87 , ValidateInterval (0 , 1 , closedmin = True ,
11971197 closedmax = True )],
11981198 'figure.subplot.wspace' : [0.2 , ValidateInterval (0 , 1 , closedmin = True ,
11991199 closedmax = False )],
0 commit comments