[Matplotlib-users] axes scale factor not showing

2008-05-10 Thread Tim Mitchell
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,

Re: [Matplotlib-users] axes scale factor not showing

2008-05-09 Thread Christopher Brown
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

Re: [Matplotlib-users] axes scale factor not showing

2008-05-09 Thread John Hunter
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

[Matplotlib-users] axes scale factor not showing

2008-05-08 Thread Tim Mitchell
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