Open MarcSkovMadsen opened 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?
.plot
.hvplot
It would be quite powerful if I could have my data source and just do
That would bring more interactivity to the dataframe than what normal
.plot
or.hvplot
does?