[Matplotlib-users] New OSX installers (beta)

2008-12-14 Thread John Hunter
I *think* I may have figured out what is causing some of the dynamic
linkage problems several of you have reported on our OSX installers.
I have build a new egg snapshot, and better yet, and new binary mpkg
installer for OSX.  Give them a try:

  
http://matplotlib.sourceforge.net/snapshots/matplotlib-0.98.5-py2.5-macosx10.5.zip
 (binary package installer)
  
http://matplotlib.sourceforge.net/snapshots/matplotlib-0.98.5_r0-py2.5-macosx-10.3-fat.egg
 (binary egg)

and let me know if these fix the problems you all are having.

Fingers crossed,
JDH

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] Figure size and colorbars

2008-12-14 Thread Eric Firing
LB wrote:
  Hi,
 
 I've got two questions involving matplotlib :
 
 1) Is there a way to ask matplotlib to automatically adjust the size of 
 its figures to fit the size of their content ?
 I'm using axis('equal'). Therefore I often have figures with lot of 
 blank, like the figure d0.jpg attached, and I would rather have 
 something like d1.jpg.
 

Try

axis('scaled')

or

axis('image')




 2) Is this possible to have an horizontal colorbar ?

Yes:

colorbar(orientation='horizontal')

This kwarg seems to be missing from the docstring; I will fix that.

Eric

 
 Thanks
 
 -- 
 LB
  
 
 
 
 
 
 
 
 
 
 --
 SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
 The future of the web can't happen without you.  Join us at MIX09 to help
 pave the way to the Next Web now. Learn more and register at
 http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
 
 
 
 
 ___
 Matplotlib-users mailing list
 Matplotlib-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-users


--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users