Further reduce figure height and increase font size.
parent
9e87b1f176
commit
40293c4752
|
@ -34,12 +34,12 @@ from features.esm import *
|
|||
# %%
|
||||
SAVE_FIGS = True
|
||||
FIG_HEIGHT = 5
|
||||
FIG_ASPECT = 1.6
|
||||
FIG_ASPECT = 1.7
|
||||
FIG_COLOUR = "#28827C"
|
||||
|
||||
SMALL_SIZE = 10
|
||||
MEDIUM_SIZE = 12
|
||||
BIGGER_SIZE = 14
|
||||
SMALL_SIZE = 14
|
||||
MEDIUM_SIZE = SMALL_SIZE + 2
|
||||
BIGGER_SIZE = MEDIUM_SIZE + 2
|
||||
|
||||
plt.rc("font", size=SMALL_SIZE) # controls default text sizes
|
||||
plt.rc("axes", titlesize=SMALL_SIZE) # fontsize of the axes title
|
||||
|
|
Loading…
Reference in New Issue