Matplotlib live plot MatplotlibDeprecationWarning: Using default event loop

Hello,

I’m working to create a live plot by taking in data via a server and then plotting in a 3d scatterplot. I have a well thought out explanation

(took a couple hours to produce) that I posted a few minutes ago on stack overflow.

https://stackoverflow.com/questions/46964474/matplotlib-live-plot-matplotlibdeprecationwarning-using-default-event-loop

python - Matplotlib live plot MatplotlibDeprecationWarning:
Using default event loop - Stack Overflow

stackoverflow.com

Currently I’ve set up a server that can read in data live to produce a 3d scatter plot. At the surface if you run the below code out of the box, all looks good. However when you run the code you’ll

I’d very much appreciate if you take a look. I have a demonstration coming up for a very large company of my software and am in need of fixing this small issue for the event to go smoothly with other components.

Thank you,

Max