How to plot a realtime 3D graph from TCP socket received data in integer using python?
问题 I am working on a python program to receive data from TCP socket. I am successfully able to receive the data in int format. Now I want to plot a active 3D graph from received values . How to plot a 3D graph from the received values. I want to Plot an active 3D graph from the received output from the socket. Previously i was getting the output as Hex value. Now successfully able to convert those Hex value in integer format which I am getting now. Those integer value is plotted in polar format.