I need a draggable marker to enable the user to view the exact values of a certain point. The marker should only move on the plotted line of the plot. I found ways how to drag elements on a pyplot, but never how to move this markers only on the plotted date.
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
Here is an example of a Draggable marker, which always shows the closest point on the line.