-
Is the callback supposed to be called repeatedly when querying is enabled and the user has designated the query area?I was hoping to use the querying feature of plots to allow users to select an area of the plot and then hide any data points contained within. However, I'm not sure if the current behavior of the callback is working as intended or not given that the information provided via the Is there any way to programmatically stop the querying and clear the query area (i.e. the rectangle that is drawn on top of the plot)?If the callback is working as intended, then the ability to end the querying would be even more useful for my use case as a means of preventing further invocations of the callback. However, I would in any case find it very useful to be able to end the querying and in particular to remove the query rectangle from the plot. I tried calling In my case the ability to remove the query rectangle would be very useful for preventing the edge case where the user has an active query in multiple plots. I'm plotting both the Cartesian and the polar coordinate representations of the same data using two plots, and I'd like to implement this feature in such a way that the user could highlight the points they wanted to hide using either of the two plots. Thus, if I instead avoided using the callback by making use of the
get_plot_query_area function so that one could specify the y-axis to use when returning y-values? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, sorry for the late response! We've been overwhelmed the last few months.
|
Beta Was this translation helpful? Give feedback.
Hi, sorry for the late response! We've been overwhelmed the last few months.