Re: [Matplotlib-users] size of axes in pixels

2006-10-24 Thread Glen W. Mabey
On Tue, Oct 24, 2006 at 08:49:19AM -0500, John Hunter wrote: > > "Glen" == Glen W Mabey <[EMAIL PROTECTED]> writes: > > Glen> Hello, I have been unable to discover in the docs a method > Glen> for discovering the exact size in pixels of an axes. > > Glen> The only way I have thoug

Re: [Matplotlib-users] size of axes in pixels

2006-10-24 Thread John Hunter
> "Glen" == Glen W Mabey <[EMAIL PROTECTED]> writes: Glen> Hello, I have been unable to discover in the docs a method Glen> for discovering the exact size in pixels of an axes. Glen> The only way I have thought of is to get the size of the Glen> canvas via FigureCanvas.get_wid

[Matplotlib-users] size of axes in pixels

2006-10-24 Thread Glen W. Mabey
Hello, I have been unable to discover in the docs a method for discovering the exact size in pixels of an axes. The only way I have thought of is to get the size of the canvas via FigureCanvas.get_width_height() and then multiply by the results of axes.get_position(), but really I want to have th