Shane Nichols

Results 1 comments of Shane Nichols

So `pandas.DataFrame.plot()` has an argument 'cmap' that applies a named colormap. I often have to do `DataArray.to_pandas().plot(cmap='plasma')` to apply colormaps as `xarray.plot.line` does not have this feature. It is an...