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