NOAA-ORR-ERD / gridded

A single API for accessing / working with gridded model results on multiple grid types
https://noaa-orr-erd.github.io/gridded/index.html
The Unlicense
64 stars 14 forks source link

Add plotting with an xarray-like API #54

Open ChrisBarker-NOAA opened 4 years ago

ChrisBarker-NOAA commented 4 years ago

xarray has some nifty automated plotting:

calling: .plot() on an array makes some assumptions based on the array, and then makes a reasonable default plot.

It would be pretty nifty if we could do the same with a gridded.Variable