From: Christian M. <mee...@un...> - 2005-05-30 10:36:44
|
Thanks, Matt! It took me a while to understand this: Your mini-script worked like expected. I could change the size easily. But my own program still didn't react to any change in the figsize parameter. However, as soon as I took out the toolbar, everything was fine! There seems to be a conflict with the sizers, which I could not solve until now. I will dive into this and post an update, if I find a solution. Cheers Christian On 29 May 2005, at 05:08, Matt Newville wrote: > Christian, > > I don't recall seeing this behavior of absurdly small figures > and no response to figsize argement, even using wxPython 2.5.3 > on Mac OS X (though, admittedly I'm using matplotlib 0.8). > > The script below works fine for me, and changing the figsize > argument to Figure() does change the figure size. Does this work > for you -- you might have to change the wxversion.select() line, > or just comment it out. If this works for you, can you post a > simple, self-contained script that fails? > > Cheers, > > --Matt > |