Skip to content

draggable not working #113

@walidbou6

Description

@walidbou6

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions