memory size of node array (GB): 2.7939677238464355e-06
memory size of cell array (GB): 1.1444091796875e-05
memory size of face array (GB): 1.9311904907226562e-05
memory size of edge array (GB): 9.000301361083984e-06
memory size of face2cell array (GB): 2.574920654296875e-05
memory size of cell2edge array (GB): 1.71661376953125e-05
Total memory size (GB): 8.546561002731323e-05
/var/folders/z_/_4v3r8650yv8dpcq7bz94d3m0000gn/T/ipykernel_9683/2032695478.py:5: MatplotlibDeprecationWarning: Calling gca() with keyword arguments was deprecated in Matplotlib 3.4. Starting two minor releases later, gca() will take no keyword arguments. The gca() function should only be used to get the current axes, or if no axes exist, create new axes with default keyword arguments. To create a new axes with non-default arguments, use plt.axes() or plt.subplot().
axes = fig.gca(projection='3d')
<mpl_toolkits.mplot3d.art3d.Poly3DCollection at 0x1222f55e0>
/var/folders/z_/_4v3r8650yv8dpcq7bz94d3m0000gn/T/ipykernel_9683/691261962.py:5: MatplotlibDeprecationWarning: Calling gca() with keyword arguments was deprecated in Matplotlib 3.4. Starting two minor releases later, gca() will take no keyword arguments. The gca() function should only be used to get the current axes, or if no axes exist, create new axes with default keyword arguments. To create a new axes with non-default arguments, use plt.axes() or plt.subplot().
axes = fig.gca(projection='3d')
<mpl_toolkits.mplot3d.art3d.Poly3DCollection at 0x122485970>