Python interactive cross plot

mabeljuhi

Newbie
Messages
1
Likes
0
is there any interactive cross plot library in Python? I would like to have below features:

1, user shall be able to select UI elements and miniplate them on cross plot. Like user can click certain point and move it to other coordinate, or drag some curve to other location in the cross plot

2, after user did any interaction on cross plot, certain callback function shall be notified about these events and developer can write code in the callback function to get the related information, like the new coordinate of the UI elements.

Thanks in advanced for any help.
 
Top