PatrikHlobil / Pandas-Bokeh

Bokeh Plotting Backend for Pandas and GeoPandas
MIT License
878 stars 112 forks source link

Slider for pointplot? #79

Open stb-github opened 4 years ago

stb-github commented 4 years ago

Hi, Is it possible to use a slider with a pointplot similar to the example of the slider and the chloropleth map?

For example, pass a list of dataframe columns to the slider. The selected column provides data for x or y in the pointplot

PatrikHlobil commented 4 years ago

in principle yes. however this is a feature that I don't plan to incorporate in the near future because I have very limited resources.

Best Patrik