On Thu, Nov 20, 2008 at 8:06 AM, Søren Nielsen
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a canvas with two subplot.. I want to be able to hide on of the
> subplots by pushing a button and letting the remaining subplot fill the
> entire canvas.
>
> If I use the set_visible(True) parameter I correc
Hi,
I have a canvas with two subplot.. I want to be able to hide on of the
subplots by pushing a button and letting the remaining subplot fill the
entire canvas.
If I use the set_visible(True) parameter I correctly remove one of the
subplots.. but the remaining subplot does not fill the canvas..