You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from matplotlib.widgets import Cursor
import matplotlib.pyplot as plt
overview=plt.gca()
#Following will work when useblit is False
cursor=Cursor(overview, useblit=True )
plt.show()