You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a combined scatter plot and contour plot, the plotly_selected event does get a populated points array after selection. But if no scatter plot is included, the points array is empty. It would be useful to allow selecting data when only contour is being used.
Under the hood, I assume that the contour plot is still aware of the x/y values that were fed into it to create the contours, so it seems like populating the points array should still be possible?
The text was updated successfully, but these errors were encountered:
brian428
changed the title
selected event for Contour plots don't populate points array
selected event for Contour plots doesn't populate points array
Nov 29, 2017
When using a combined scatter plot and contour plot, the plotly_selected event does get a populated points array after selection. But if no scatter plot is included, the points array is empty. It would be useful to allow selecting data when only contour is being used.
Under the hood, I assume that the contour plot is still aware of the x/y values that were fed into it to create the contours, so it seems like populating the points array should still be possible?
The text was updated successfully, but these errors were encountered: