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
{{ message }}
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.
Hi, I found your great package and am trying to use it also to interact with images.
This does not seem to work immediately, or at least I didn't figure out how.
The main point is the current functionality is based on a source = ColumnDataSource(df)
which is not present if I am just plotting an image with p.image(image)
What I would like to do is to tap on a point and/or select a region of the image and get out the coordinates for further processing.
Is there an easy way of doing this?
Thanks a lot!!!
The text was updated successfully, but these errors were encountered:
Hi, I found your great package and am trying to use it also to interact with images.
This does not seem to work immediately, or at least I didn't figure out how.
The main point is the current functionality is based on a
source = ColumnDataSource(df)
which is not present if I am just plotting an image with
p.image(image)
What I would like to do is to tap on a point and/or select a region of the image and get out the coordinates for further processing.
Is there an easy way of doing this?
Thanks a lot!!!
The text was updated successfully, but these errors were encountered: