Is there a pylab version of ax.plot_surface? I am asking because the following does not work when running an ipython notebook in pylab mode: #0: #create some data …. #1: fig = plt.figure() ax = fig.gca(projection='3d') #2: surf = ax.plot_surface( …..) # taking the exact command from the examples.
I have verified that this code only does NOT work when #1 and #2 are executed in different notebook cells. When they are combined in the same cell, it works. As I prefer the flexibility of being able to run everything anywhere, I am asking for pylab versions of plot_surface, as I am mostly running things in the pylab mode of the notebook. Cheers, Michael ------------------------------------------------------------------------------ Own the Future-Intel(R) Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2 _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users