1
0
Fork 0
mirror of https://github.com/Findus23/halo_comparison.git synced 2024-09-19 16:03:50 +02:00

fix ylabels

This commit is contained in:
Lukas Winkler 2023-01-11 12:22:07 +01:00
parent aef59e53e9
commit 70d25c3f72
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -116,16 +116,13 @@ def main():
alpha=0.2,
)
ax.add_artist(circle)
print(found_main_halo)
# assert found_main_halo
assert found_main_halo
print(img)
# break
# break
if is_box:
ylabels = waveforms
else:
ylabels = [item for item in waveforms for _ in range(2)]
ylabels = waveforms
rowcolumn_labels(axes, ylabels, isrow=True)
rowcolumn_labels(axes, resolutions, isrow=False)