NCAR / cesm-lens-aws

Examples of analysis of CESM LENS data publicly available on Amazon S3 (us-west-2 region) using xarray and dask
https://doi.org/10.26024/wt24-5j82
BSD 3-Clause "New" or "Revised" License
43 stars 23 forks source link

Fix Figure 4 Colormap #10

Closed bonnland closed 4 years ago

bonnland commented 4 years ago

To match the Kay et al. paper more closely, there needs to be 18 separate color values, instead of 16.

Suggestion: Try using a LinearlySegmentedColormap object from Matplotlib.

bonnland commented 4 years ago

ColorMap was fixed by calling MatplotLib directly, which gives more control over contour plots.