holoviz / panel

Panel: The powerful data exploration & web app framework for Python
https://panel.holoviz.org
BSD 3-Clause "New" or "Revised" License
4.46k stars 489 forks source link

Convert hvplot.interactive how-to guide to param.rx guide #5891

Open MarcSkovMadsen opened 8 months ago

MarcSkovMadsen commented 8 months ago

Please convert this one https://panel.holoviz.org/how_to/interactivity/hvplot_interactive.html to param.rx syntax such that users like rh1 in https://discourse.holoviz.org/t/param-value-if-widget-interactive-widget/6375 does not start to learn the legacy way to do things.

shobhitgupta01 commented 7 months ago

Hi I am changing the text as well. Using param.rx, a chunk of code doesn't work (the one which uses hvplot)

idf.hvplot(kind="scatter", x="bill_length_mm", y="bill_depth_mm", by="sex")

What should be an alternative for this to keep the doc coherent?