Update colormap for animateU
This commit is contained in:
parent
e2157f78e3
commit
69b1f378e9
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ u_m = axU.quiver(
|
|||
*U[0],
|
||||
UU[0],
|
||||
alpha=alp[0],
|
||||
cmap="spring",
|
||||
clim=(0, np.nanquantile(UU, 0.99)),
|
||||
cmap="inferno_r",
|
||||
clim=(0, np.nanmax(UU)),
|
||||
)
|
||||
# (wat_p,) = axU.plot(x0, watl[0])
|
||||
|
||||
|
|
Loading…
Reference in a new issue