Hi.
Big fan of hvplot here
I’m currently struggling to create a map view with a slider for time and a select/ dropdown to specify the variable the user wants to display…
This is the xarray dataset layout:
Not sure if this is currently possible?
If I plot on a select variable (tavg in this case) I get a map with a slider for time (as expected).
temp.tavg.hvplot(geo=True, groupby='time')
However, I also want to have a select box for the 3 data variables (tmin, tmax, tavg) contained in the xarray dataset “temp”…
How would I specify this?
Cheers