uxarray icon indicating copy to clipboard operation
uxarray copied to clipboard

UXarray Themed Colormaps

Open aaronzedwick opened this issue 6 months ago • 18 comments

Closes #786

Overview

Adds two UXarray-styled colormaps: diverging and sequential. Diverging: image Sequential: image

Expected Usage

import uxarray as ux

uxds = ux.open_dataset(grid_path, data_path)

uxds[v1].plot(cmap=ux.cmaps.sequential, backend='matplotlib')

uxds[v1].plot(cmap=ux.cmaps.diverging, backend='matplotlib')

PR Checklist

General

  • [x] An issue is linked created and linked
  • [x] Add appropriate labels
  • [x] Filled out Overview and Expected Usage (if applicable) sections

aaronzedwick avatar Aug 01 '24 19:08 aaronzedwick