Re: [Matplotlib-users] Hiding a subplot

2008-11-20 Thread John Hunter
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

[Matplotlib-users] Hiding a subplot

2008-11-20 Thread Søren Nielsen
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..