This GitHub repository provides a comprehensive guide to creating visually appealing 3D plots with Matplotlib. Learn how to visualize data in three dimensions, adding depth and enhancing the depth ...
Currently Axes3D.{azim,elev,roll} are plain attributes, so updating them does not stale the figure and trigger a redraw. I think they should indeed stale the figure (just like set_xlim, for example).