diff --git a/olaflow/processing/animateU.py b/olaflow/processing/animateU.py index 5a356b1..35a9eb5 100644 --- a/olaflow/processing/animateU.py +++ b/olaflow/processing/animateU.py @@ -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])