Posts by Williamberg Farias • 39 points
2 posts
-
1
votes1
answer967
viewsA: Java socket that sends and receives
One note: A client-server application in which the two send and receive messages is typically multi thread, has no other output. First it follows the server code. It is a console application that…
-
2
votes0
answers603
viewsQ: How to make an animation show each change in the dataset? With matplotlib
I am using matplotlib to show my 3d dataset. But I would like to show each data set change in a 3D graph. And create an animation of that or maybe save the animation. Follow the code I’m using: from…