Hi,
I would like change the coordinates/location of a point added by the pointdrawtool before it is rendered in the plot. How could I achieve this?
OR I could add the point, make the glyph invisible, and then programmatically update the x/y coordinates in the data source, and make the glyph (point) visible again. I have this method working but changes are not displayed visually on the plot. The point remains in the original location…
Thanks