-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
first, thank you for the great job you did, (I was trying for about 2 days to make this stuff, great job) anyway I have tested the following code:
import matplotlib.pyplot as plt
import numpy as np
from mpldatacursor import datacursor
data = np.outer(range(10), range(1, 5))
fig, ax = plt.subplots()
ax.set_title('Try dragging the annotation boxes')
ax.plot(data)
datacursor(display='multiple', draggable=True)
plt.show()
but the draggable function didn't work for me, any idea why?
OS: Windows 10
Python: 3.8.5
Matplotlib: 3.3.2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels