holoviz / hvplot

A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews
https://hvplot.holoviz.org
BSD 3-Clause "New" or "Revised" License
1.15k stars 108 forks source link

Add styling options to the Explorer #819

Open maximlt opened 2 years ago

maximlt commented 2 years ago

The hvPlotExplorer only offers the alpha styling option. More options should be made available, that depend on the plot kind and on the plotting backend. Because there are so many styling options for e.g. Bokeh, it might be required to only offer a limited subset of them, the most useful ones.

MarcSkovMadsen commented 2 years ago

Consider whether its possible to set the initial styling options in the explorer constructor. That would also be helpful.

maximlt commented 2 years ago

Why?