Hi,
When matplotlib uses an axis multiplier, as in x-axis in the script
below, the scale factor is not positioned properly on the figure as is
shown in the attached picture. The 'x1e+30' in the bottom right corner
is clipped unless I enlarge the window.
import Numeric,
Hi John,
JH> or you can manually change this with
JH>
JH> fig.subplots_adjust(bottom=0.2)
Aha! I had been using rc('figure.subplot', bottom=0.2), but I was
looking for a better way. Thanks!
--
Chris
-
This SF.net email is
On Thu, May 8, 2008 at 11:39 PM, Tim Mitchell <[EMAIL PROTECTED]> wrote:
> I can use the axes position to work I guess but that seems rather
> unsatisfactory as I'll have to figure out when it's being displayed or
> not, font sizing and spacing blah blah blah.
> Is there an easier way around this
Hi,
When matplotlib uses an axis multiplier, as in x-axis in the script
below, the scale factor is not positioned properly on the figure as is
shown in the attached picture. The 'x1e+30' in the bottom right corner
is clipped unless I enlarge the window.
import Numeric, gtk