From 6e34338690b9c0c24ec3bf02100d5d3e7abf4ad0 Mon Sep 17 00:00:00 2001 From: Carl Schreck Date: Wed, 18 Sep 2019 10:50:45 -0400 Subject: [PATCH] Revert "Final products for August (patched temperature colorbar)" This reverts commit b3966dcb6257d65c9f0a9e40fe533150dcb86632 --- temp_map.py | 1 + 1 file changed, 1 insertion(+) diff --git a/temp_map.py b/temp_map.py index 9afc64b..b68a353 100644 --- a/temp_map.py +++ b/temp_map.py @@ -64,6 +64,7 @@ anom_data = total_data - clim_data anom_data = anom_data * 9 / 5 levels = np.arange(-5,6)*3 plot = anom_data.plot(levels=levels, ax=ax, transform=ccrs.PlateCarree(), + cmap='RdBu', cbar_kwargs={'orientation': 'horizontal', 'label': 'Degrees Fahrenheit', 'pad': 0.2}) -- GitLab