panel-extensions / panel-graphic-walker

A project providing a Graphic Walker Pane for use with HoloViz Panel.
https://github.com/panel-extensions/panel-graphic-walker
MIT License
32 stars 3 forks source link

Add .(hv)plot method #28

Open MarcSkovMadsen opened 3 weeks ago

MarcSkovMadsen commented 3 weeks ago

It would be quite powerful if I could have my data source and just do

GraphicWalker(datasource).plot(x="year", y="stars") # or
datasource.hvplot(x="year", y="stars")

That would bring more interactivity to the dataframe than what normal .plot or .hvplot does?