mirror of
https://github.com/Findus23/halo_comparison.git
synced 2024-09-13 09:03:49 +02:00
fix ylabels
This commit is contained in:
parent
aef59e53e9
commit
70d25c3f72
1 changed files with 3 additions and 6 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue