I want to do something, but I do not know how to start. I am hoping for a few suggestions on that.
So, it's a simple cuboid with a regular pattern on the faces.
With that cuboid, I want to make an animation that can rotate it.
The only thing that springs to mind (due to my ignorance) is using a scatter plot and this object composed of points. This doesn't sound ideal, and I'm sure that matplotlib can do better than my bad initial guess.
Any suggestions?