Hello list,

I encounter a problem with the method Axes3D.cla.
I'm running the follwing lines in "ipython -pylab"

from mpl_toolkits.mplot3d import Axes3D
fig = plt.figure()
ax = Axes3D(fig)
draw()

Then I do have a Axes3D, in which I can perform zooming with left and right 
mouse button. If I now call 

ax.cla() 

to clear the axes the screen is freezed and I don't know how to leave this 
state enabling again zooming.

Thanks in advance for any hints.

Kind regards,
Matthias

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to