Hello,
I know how to drag matplotlib patches like rectangles and polygons with mouse as in the examples on this page event_handling.
I would love to be able to do it with mplleaflet, that is to say with openstreetmaps background.
However, I wonder if it is possible given that mplleaflet displays in web browser whereas matplotlib relies on another backend (tk by default I think) to collect events.
If it is currently not possible, do you think there are any chance it could become possible ? or perhaps another library enables it
Regards
Hello,
I know how to drag matplotlib patches like rectangles and polygons with mouse as in the examples on this page event_handling.
I would love to be able to do it with
mplleaflet, that is to say withopenstreetmapsbackground.However, I wonder if it is possible given that
mplleafletdisplays in web browser whereas matplotlib relies on another backend (tkby default I think) to collect events.If it is currently not possible, do you think there are any chance it could become possible ? or perhaps another library enables it
Regards