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
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.
---