Hover-over behaviour of mplcursors

This is not possible right now with mplcursors, although it should not be too hard to fix that. I’ll work on a patch… probably the API will be like hover={HoverMode.NoHover, HoverMode.Persistent, HoverMode.Transient} where the first two alias to False and True respectively. How does that sound?

1 Like