Hi

OK assuming upgrading is going to be a hassle. I just looked into and some
of the libraries need changing etc etc. Do you know what I would change as a
short term work around?

When you said adjust size, did you mean this line

fig = plt.figure(figsize=(8, 6)) 

or this
 
ax = fig.add_axes([0.1, 0.1, 0.7, 0.7]) 

?

Thanks

Jae-Joon Lee wrote:
> 
> On Thu, Jun 10, 2010 at 9:28 AM, mdekauwe <mdeka...@gmail.com> wrote:
>> so by the sounds of it an outdated version? But your example will work on
>> a
>> newer version?
> 
> I think bbox_inches option is not supported with your version of
> matplotlib.
> You may upgrade to newer version, or you have to manually adjust the
> figure size etc.
> 
> Regards,
> 
> -JJ
> 
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate 
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
> lucky parental unit.  See the prize list and enter to win: 
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Removing-white-space-surrounding-plots-tp28824528p28846476.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to