[Matplotlib-users] [matplotlib 3D] .axes.cla() generates double axes label

2011-10-01 Thread Holger Brandsmeier
Dear list, a call to `axes.cla()` automacically generates axes labels + descriptions. If I then draw something with 3D axes, then I have two axes in one figure. How can I clear the eaxes without generating 2D tickz / labels etc? A simple example for this based on http://matplotlib.sourceforge.

Re: [Matplotlib-users] [matplotlib 3D] .axes.cla() generates double axes label

2011-10-01 Thread Benjamin Root
On Sat, Oct 1, 2011 at 10:51 AM, Holger Brandsmeier < holger.brandsme...@sam.math.ethz.ch> wrote: > Dear list, > > a call to `axes.cla()` automacically generates axes labels + > descriptions. If I then draw something with 3D axes, then I have two > axes in one figure. How can I clear the eaxes wit