Read Data from Xbee support Wireless Vibration Sensor using python

Hi, I have been working with the Wireless Vibration sensor which helps to sense the data and plot it in 3d axis graph using matplotlib in python

I am able to understand about the 3D plot to handle and display the continuous data n 3D axis is much complex for which I need your suggestion which helps me to display the sensor data on 3D axis within the range of 20 parameters per axis

That’s a lot of data, and matplotlib isn’t super fast, but here’s an example that shows how it can be done: https://github.com/jrleeman/SeismoVisualize