Added newly processed species to fig_features_cross_species.pdf.
Wrote more of the results.
This commit is contained in:
@@ -14,9 +14,9 @@ from IPython import embed
|
||||
|
||||
# GENERAL SETTINGS:
|
||||
cross_species = [
|
||||
# 'Chorthippus_biguttulus',
|
||||
'Chorthippus_biguttulus',
|
||||
# 'Chorthippus_mollis',
|
||||
# 'Chrysochraon_dispar',
|
||||
'Chrysochraon_dispar',
|
||||
# 'Euchorthippus_declivus',
|
||||
'Gomphocerippus_rufus',
|
||||
'Omocestus_rufipes',
|
||||
@@ -45,7 +45,7 @@ save_path = '../figures/fig_features_cross_species.pdf'
|
||||
|
||||
|
||||
# ANALYSIS SETTINGS:
|
||||
thresh_rel = np.array([0, 0.5, 1, 1.5, 2, 2.5, 3])[4]
|
||||
thresh_rel = np.array([0, 0.5, 1, 1.5, 2, 2.5, 3])[5]
|
||||
single_spec_file = True # Only use example files for cross-species comparison
|
||||
equalize_spec_files = False # Prune to minimum available across species
|
||||
n_song = n_spec#None # Limit to n first songs of in-species dataset (None for all)
|
||||
@@ -121,7 +121,7 @@ ylab_up_kwargs = dict(
|
||||
ha='center',
|
||||
va='top',
|
||||
)
|
||||
loc = 0.5
|
||||
loc = 1
|
||||
dot_spec_kwargs = dict(
|
||||
ls='none',
|
||||
marker='o',
|
||||
@@ -171,7 +171,7 @@ text_song_kwargs = dict(
|
||||
text_spec_prefix = '$\\rho\\,=\\,$'
|
||||
text_song_prefix = ['$\\rho\\,=\\,$', ''][0]
|
||||
if test_regression:
|
||||
test_ax_side = 0.15
|
||||
test_ax_side = 0.1
|
||||
test_ax_bounds = [
|
||||
song_grid_kwargs['right'] - test_ax_side,
|
||||
spec_grid_kwargs['bottom'],
|
||||
@@ -179,7 +179,7 @@ if test_regression:
|
||||
test_ax_side
|
||||
]
|
||||
ylab_test = '$\\rho$'
|
||||
yloc_test = 0.5
|
||||
yloc_test = 1
|
||||
ylab_test_kwargs = dict(
|
||||
x=-0.3,
|
||||
fontsize=fs['lab_norm'],
|
||||
|
||||
Reference in New Issue
Block a user