1
0
Fork 0
mirror of https://github.com/Findus23/halo_comparison.git synced 2024-09-18 14:53:49 +02:00

quick label fix

This commit is contained in:
Lukas Winkler 2022-08-19 11:44:28 +02:00
parent b1fac57f0e
commit bf104f1c85
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -288,7 +288,7 @@ fig, ax = plt.subplots(
# sharex="all", sharey="all"
)
fig.subplots_adjust(hspace=0, wspace=0)
labels = ["Haar (DB2)", "DB2", "DB4", "DB8", "DB16"]
labels = ["Haar (DB2)", "DB4", "DB8", "DB16"]
prange = [[0., 1.], [0., 3.], [0., 7.]]
for p in prange: