Re: [Matplotlib-users] Clearing 3D plots plotted in figure canvas

2012-03-09 Thread Benjamin Root
On Thu, Mar 8, 2012 at 4:02 PM, Sourabh Bajaj wrote: > I am creating a PyQT based tool. that has a Figure canvas embedded in it. > > I want to update the plot on some event. I can draw the plot perfectly. > But how do I clear the plot without removing the mouse movement > capabilities. > > axes.cl

[Matplotlib-users] Clearing 3D plots plotted in figure canvas

2012-03-09 Thread Sourabh Bajaj
I am creating a PyQT based tool. that has a Figure canvas embedded in it. I want to update the plot on some event. I can draw the plot perfectly. But how do I clear the plot without removing the mouse movement capabilities. axes.cla, fixes the axis movement as well. ---