Reputation: 5319
Hi is there a way in bokeh to switch between plots, something like this:
So that when I click on "plot 1" I'll get the first plot, and when I click "plot 2" I'll see the second plot.
Thanks
Upvotes: 2
Views: 809
Reputation: 3364
If using tabs is what you mean, yes they are supported.
The docs contain multiple examples. A simple one is located here:
https://docs.bokeh.org/en/latest/docs/reference/models/layouts.html#bokeh.models.layouts.Tabs
Upvotes: 1