From bfba4e544801ee473c72e427d4fcabe8797e66c6 Mon Sep 17 00:00:00 2001 From: Hamid Ali Syed <35923822+syedhamidali@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:40:50 -0400 Subject: [PATCH] Update pyart/graph/max_cappi.py Co-authored-by: Zach Sherman <19153455+zssherman@users.noreply.github.com> --- pyart/graph/max_cappi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyart/graph/max_cappi.py b/pyart/graph/max_cappi.py index 34b68573df..f3a2ddd542 100644 --- a/pyart/graph/max_cappi.py +++ b/pyart/graph/max_cappi.py @@ -52,7 +52,7 @@ def plot_maxcappi( field : str The radar field to be plotted (e.g., "REF", "VEL", "WIDTH"). cmap : str or matplotlib colormap, optional - Colormap to use for the plot. Default is "pyart_NWSRef". + Colormap to use for the plot. Default is "pyart_HomeyerRainbow". vmin : float, optional Minimum value for the color scaling. Default is set to the minimum value of the data if not provided. vmax : float, optional