I cannot work out how to set a title for the entire plot for a series of subplots?
In Matplotlib this would be fig.sup_title(“title”).
Is this even possible in holoviews/geoviews?
Yes you’d need to use backend_opts or hooks in hv_obj.opts().
https://holoviews.org/user_guide/Plotting_with_Matplotlib.html