Open dhruvbalwada opened 3 years ago
I get an error if one of the axis in a xarray gridded dataset is time. The issue is discussed here: https://discourse.holoviz.org/t/inability-to-have-time-as-an-axis/1948
Thanks, looks like the remaining lon coord confuses it, since this works:
lon
air_ds.air.sel(lon=200.0, method='nearest', drop=True).hvplot()
I can reproduce.
I get an error if one of the axis in a xarray gridded dataset is time. The issue is discussed here: https://discourse.holoviz.org/t/inability-to-have-time-as-an-axis/1948