1
Fork 0

Update colormap for animateU

This commit is contained in:
Edgar P. Burkhart 2022-05-09 12:53:36 +02:00
parent e2157f78e3
commit 69b1f378e9
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ u_m = axU.quiver(
*U[0], *U[0],
UU[0], UU[0],
alpha=alp[0], alpha=alp[0],
cmap="spring", cmap="inferno_r",
clim=(0, np.nanquantile(UU, 0.99)), clim=(0, np.nanmax(UU)),
) )
# (wat_p,) = axU.plot(x0, watl[0]) # (wat_p,) = axU.plot(x0, watl[0])