For example, I have this bar chart. I want to add a selectbox so that after a value is chosen, the plot will zoom in a certain range based on the chosen value (and can still be reset after being double clicked on).
Thanks.
For example, I have this bar chart. I want to add a selectbox so that after a value is chosen, the plot will zoom in a certain range based on the chosen value (and can still be reset after being double clicked on).
Thanks.
Hi @Khoa_Dang
You can use Plotly to allow zoom-in of plots, more info here: Configuration in Python
Bokeh also supports this as well, more info here: Plot tools — Bokeh 3.2.0 Documentation
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.