Get a CDSView from the current plot state #14181
Unanswered
aprsa
asked this question in
Internals and design (Q&A)
Replies: 1 comment
-
|
BokehJS implements |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I understand how to filter the data to plot a subset using CDSView. What I would need is the opposite: to zoom in on a particular region of the plot and use that as filter that would be captured in a CDSView. Of course I could probe x_range and y_range and then form a filter from that and generate a CDSView, but I'd like to avoid that if possible. It intuitively seems to me that bokeh should have a CDSView-like concept of what is being currently displayed. Can that be done?
Beta Was this translation helpful? Give feedback.
All reactions