Finished (:D) fig_invariance_log_hp.pdf.
Added movable label string to time_bar().
This commit is contained in:
@@ -200,6 +200,14 @@ inset_kwargs = dict(
|
||||
)
|
||||
|
||||
# PLOT SETTINGS:
|
||||
fs = dict(
|
||||
lab_norm=16,
|
||||
lab_tex=20,
|
||||
letter=22,
|
||||
tit_norm=16,
|
||||
tit_tex=20,
|
||||
bar=16,
|
||||
)
|
||||
base_color = load_colors('../data/stage_colors.npz')['feat']
|
||||
spec_cmaps = [
|
||||
'Reds',
|
||||
@@ -224,31 +232,31 @@ ylabels = dict(
|
||||
)
|
||||
xlab_spec_kwargs = dict(
|
||||
y=0,
|
||||
fontsize=16,
|
||||
fontsize=fs['lab_norm'],
|
||||
ha='center',
|
||||
va='bottom',
|
||||
)
|
||||
xlab_big_kwargs = dict(
|
||||
y=0,
|
||||
fontsize=20,
|
||||
fontsize=fs['lab_tex'],
|
||||
ha='center',
|
||||
va='bottom',
|
||||
)
|
||||
ylab_spec_kwargs = dict(
|
||||
x=0,
|
||||
fontsize=20,
|
||||
fontsize=fs['lab_tex'],
|
||||
ha='left',
|
||||
va='center',
|
||||
)
|
||||
ylab_big_kwargs = dict(
|
||||
x=0.03,
|
||||
fontsize=20,
|
||||
fontsize=fs['lab_tex'],
|
||||
ha='center',
|
||||
va='center',
|
||||
)
|
||||
ylab_cbar_kwargs = dict(
|
||||
x=1,
|
||||
fontsize=16,
|
||||
fontsize=fs['lab_norm'],
|
||||
ha='center',
|
||||
va='bottom',
|
||||
)
|
||||
@@ -264,14 +272,14 @@ letter_spec_kwargs = dict(
|
||||
yref=1,
|
||||
ha='center',
|
||||
va='top',
|
||||
fontsize=22,
|
||||
fontsize=fs['letter'],
|
||||
)
|
||||
letter_big_kwargs = dict(
|
||||
x=0,
|
||||
yref=1,
|
||||
ha='center',
|
||||
va='top',
|
||||
fontsize=22,
|
||||
fontsize=fs['letter'],
|
||||
)
|
||||
time_bar_kwargs = dict(
|
||||
dur=0.05,
|
||||
|
||||
Reference in New Issue
Block a user