Results 3 comments of rsatapat

> did you try creating a matplotlib colormap instance from your dictionary, then passing that? According to the docstring those are accepted as well, so this should work already (if...

Its a recurring issue. I'll just give an example of what I had in mind. ``` da = xr.DataArray(data= np.random.rand(4, 3), dims=("x", "y"), coords={"x": [10, 20, 30, 40], "y": [1,...

Xarray is a great tool for Neuroscience research since we typically gather data involving multiple dimensions (trials, days, animas, conditions etc.) Allen Institute provides an SDK for reading and processing...