I do not understand how plot_surface and np.mgrid work together to create a face. When I try I keep getting 3 faces in the shape of a 'Z'. I would like to see a proper example of a cube to understand this better.
Asked
Active
Viewed 323 times
0
-
Look for this answer: https://stackoverflow.com/questions/44881885/python-draw-3d-cube/45094199#45094199 I may plot cube without plot_surface calls – pcu Jul 24 '17 at 01:50
-
It didn't help me figure out mgrid, but it did help me solve my problem. Thank you! – Tcard2 Jul 24 '17 at 04:05
-
Implemented here under 2nd Update: https://stackoverflow.com/questions/45254284/best-mesh-for-sphere-face-extrusions-in-python – Tcard2 Jul 24 '17 at 06:06