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