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
hi From Turkey.
i use your datacursor Module. thanks much.
i am using sequential data on matplotlib scatter with basemap.
when I re-create mpldatacursor every data set, multiple cursors occur.
how i use to remove all datacursor ?
(now i use working code
self.pDataCursor.artists.remove(self.pDataCursor.artists[0])
)
The text was updated successfully, but these errors were encountered:
hi From Turkey.
i use your datacursor Module. thanks much.
i am using sequential data on matplotlib scatter with basemap.
when I re-create mpldatacursor every data set, multiple cursors occur.
how i use to remove all datacursor ?
(now i use working code
self.pDataCursor.artists.remove(self.pDataCursor.artists[0])
)
The text was updated successfully, but these errors were encountered: