From 69b1f378e9695fd7407631906d6b4dcbbbe9acc9 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Mon, 9 May 2022 12:53:36 +0200 Subject: [PATCH] Update colormap for animateU --- olaflow/processing/animateU.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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])