relativistic

Results 1 issues of relativistic

The following plots as I would expect: ```python da = xr.DataArray(np.arange(9).reshape(3,3), dims=['x','y'], ) da.hvplot.image() ``` ![bokeh_plot (16)](https://user-images.githubusercontent.com/371039/162544752-32606eac-1ea3-4ac6-a992-ca915928cb9a.png) However, if I add non-dimension coordinates, I can no longer plot the data...

type: bug
interface: xarray