Extracting the color palette used

I like the default color palette used with the bokeh backend, but I can’t find in the documentation how to re-create that palette (the order of the colors is not consistent with the ones shown in the legend, and the color seems off)

Would there be a way to either:

  • get the first n linestyles hvPlot would use by default with the current backend
  • extract the color palete, linestyle, etc. as an enumerator
  • reset the color, linestyle or overall style indices of an hvPlot/holoviews object
  • append coordinate specific metadata to xarray/pandas data structure

Partial answer:

  • holoviews.Cycle.default_cycles["default_colors"]. Those seem to be the default used in my plots