File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ axes.grid : False # display grid or not
174
174
axes.grid.which : major
175
175
axes.grid.axis : both
176
176
axes.titlesize : large # fontsize of the axes title
177
- axes.titlepad : 5.0 # pad between axes and title in points
177
+ axes.titlepad : 1.48 # pad between axes and title in points
178
178
axes.titleweight : normal # font weight for axes title
179
179
axes.labelsize : medium # fontsize of the x any y labels
180
180
axes.labelpad : 5.0 # space between label and axis
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ axes.grid : False # display grid or not
176
176
axes.grid.which : major
177
177
axes.grid.axis : both
178
178
axes.titlesize : large # fontsize of the axes title
179
- axes.titlepad : 5.0 # pad between axes and title in points
179
+ axes.titlepad : 1.48 # pad between axes and title in points
180
180
axes.titleweight : normal # font weight for axes title
181
181
axes.labelsize : medium # fontsize of the x any y labels
182
182
axes.labelpad : 5.0 # space between label and axis
Original file line number Diff line number Diff line change @@ -1149,7 +1149,7 @@ def _validate_linestyle(ls):
1149
1149
'axes.titlesize' : ['large' , validate_fontsize ], # fontsize of the
1150
1150
# axes title
1151
1151
'axes.titleweight' : ['normal' , validate_string ], # font weight of axes title
1152
- 'axes.titlepad' : [3.0 , validate_float ], # pad from axes top to title in points
1152
+ 'axes.titlepad' : [2.48 , validate_float ], # pad from axes top to title in points
1153
1153
'axes.grid' : [False , validate_bool ], # display grid or not
1154
1154
'axes.grid.which' : ['major' , validate_axis_locator ], # set whether the gid are by
1155
1155
# default draw on 'major'
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ backend : $TEMPLATE_BACKEND
290
290
#axes.grid.which : major ## gridlines at major, minor or both ticks
291
291
#axes.titlesize : large ## fontsize of the axes title
292
292
#axes.titleweight : normal ## font weight of title
293
- #axes.titlepad : 3.0 ## pad between axes and title in points
293
+ #axes.titlepad : 3.48 ## pad between axes and title in points
294
294
#axes.labelsize : medium ## fontsize of the x any y labels
295
295
#axes.labelpad : 4.0 ## space between label and axis
296
296
#axes.labelweight : normal ## weight of the x and y labels
You can’t perform that action at this time.
0 commit comments