When a plot is updated with the set_data and draw method, the mouse cursor change few milliseconds from an arrow to a circle. Is it possible to avoid this? Because I update my plot 10 times per second so it is very ugly to see my mouse cursor change so quickly.
I am using Python 3.6, PyQt5, and matplotlib 2.1. Thank you in advance ;)