Emphasize title. Closes #22

This commit is contained in:
Lucas Verney 2016-04-30 18:42:42 +02:00
parent 1af5fef254
commit b9a9ffad11
3 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -567,6 +567,7 @@ class Figure():
render_helpers.set_axis_property(group_, set_ylabel, self.ylabel)
# Set title
render_helpers.set_axis_property(group_, axis.set_title, self.title)
axis.title.set_position((0.5, 1.05)) # Put padding between title and figure
# Set legend
render_helpers.set_axis_property(
group_,

View File

@ -54,7 +54,7 @@ def _rc_scaling():
# Set misc font sizes
"font.size": 12,
"axes.labelsize": 11,
"axes.titlesize": 12,
"axes.titlesize": 14,
"xtick.labelsize": 10,
"ytick.labelsize": 10,
"legend.fontsize": 10,