Re: [Matplotlib-users] matplotlib Mac binary that works with python.org python and older MacOS X?

2010-07-02 Thread John Hunter
On Thu, Jul 1, 2010 at 6:17 PM, Russell E. Owen ro...@uw.edu wrote: matplotlib-0.99.3-Apple-py2.6-macosx10.6.dmg for your existing binary, and matplotlib-0.99.3-python-py2.5-macosx10.4.dmg matplotlib-0.99.3-python-py2.6-macosx10.4.dmg OK, this is done. Thanks for the builds and naming

Re: [Matplotlib-users] How to change tick labels?

2010-07-02 Thread magnus_p
If the plots share the same x and y axis, look at creating an axisGrid with share_all=True, label_mode = L, see http://http://matplotlib.sourceforge.net/examples/axes_grid/simple_axesgrid.html http://matplotlib.sourceforge.net/examples/axes_grid/simple_axesgrid.html for a simple example

Re: [Matplotlib-users] matplotlib and threads problem on mac (works on windows)

2010-07-02 Thread Ryan May
On Fri, Jul 2, 2010 at 6:20 AM, ninjasmith henrylindsaysm...@gmail.com wrote: ok made some prgoress with this so thought I'd update the following script works on widnows ''' Created on Jul 1, 2010 @author: henrylindsaysmith ''' # $Id: $ #test interactive matplotlib plotting import

Re: [Matplotlib-users] matplotlib Mac binary that works with python.org python and older MacOS X?

2010-07-02 Thread John Hunter
On Fri, Jul 2, 2010 at 10:34 AM, Russell Owen ro...@uw.edu wrote: I would be happy to make the Mac binary builds for matplotlib (at least the ones I know how to make -- for python.org 32-bit). I personally suggest not building Mac eggs -- at least until easy_install gets really cleaned up.

Re: [Matplotlib-users] matplotlib Mac binary that works with python.org python and older MacOS X?

2010-07-02 Thread Russell Owen
On Jul 2, 2010, at 7:43 AM, John Hunter wrote: On Thu, Jul 1, 2010 at 6:17 PM, Russell E. Owen ro...@uw.edu wrote: matplotlib-0.99.3-Apple-py2.6-macosx10.6.dmg for your existing binary, and matplotlib-0.99.3-python-py2.5-macosx10.4.dmg matplotlib-0.99.3-python-py2.6-macosx10.4.dmg OK,

[Matplotlib-users] two enhancements for mpl 1.0

2010-07-02 Thread Christoph Gohlke
Hello, may I suggest two enhancements for the upcoming matplotlib 1.0 release. The first is related to bug #3011650 and fix r8379. http://matplotlib.svn.sourceforge.net/viewvc/matplotlib?view=revisionrevision=8379 Texmanager.py, which is imported during the import of matplotlib, does call

Re: [Matplotlib-users] two enhancements for mpl 1.0

2010-07-02 Thread John Hunter
On Fri, Jul 2, 2010 at 12:10 PM, Christoph Gohlke cgoh...@uci.edu wrote: Hello, may I suggest two enhancements for the upcoming matplotlib 1.0 release. The first is related to bug #3011650 and fix r8379. http://matplotlib.svn.sourceforge.net/viewvc/matplotlib?view=revisionrevision=8379

Re: [Matplotlib-users] two enhancements for mpl 1.0

2010-07-02 Thread John Hunter
On Fri, Jul 2, 2010 at 12:10 PM, Christoph Gohlke cgoh...@uci.edu wrote: The second enhancement, a quick fix for placing images of extreme aspect ratio, is to allow 'panchor' and 'fraction' arguments in colorbar(). http://sourceforge.net/tracker/?func=detailaid=3016948group_id=80706atid=560723

Re: [Matplotlib-users] Build failure of SVN8415 on Solaris 10 SPARC

2010-07-02 Thread John Hunter
On Tue, Jun 29, 2010 at 8:25 AM, John Hunter jdh2...@gmail.com wrote: This issue is new and not related to the issue on the cookbook, I'm pretty sure.  I have the same problem on my box at work, and it was introduced when I upgraded to CXX6.  I have spent some time on it but haven't found the

[Matplotlib-users] Vectorization

2010-07-02 Thread Nicolas Bigaouette
Hi all, I don't really know where to ask, so here it is. I was able to vectorize the normalization calculation in quantum mechanics: phi|phi. Basically it's a volume integral of a scalar field. Using: norm = 0.0 for i in numpy.arange(len(dx)-1): for j in numpy.arange(len(dy)-1):

Re: [Matplotlib-users] Vectorization

2010-07-02 Thread Jeffrey Blackburne
On Jul 2, 2010, at 2:15 PM, Nicolas Bigaouette wrote: Hi all, I don't really know where to ask, so here it is. I was able to vectorize the normalization calculation in quantum mechanics: phi|phi. Basically it's a volume integral of a scalar field. Using: norm = 0.0 for i in

Re: [Matplotlib-users] matplotlib Mac binary that works with python.org python and older MacOS X?

2010-07-02 Thread Russell E. Owen
In article 4c2d2041.3040...@noaa.gov, Christopher Barker chris.bar...@noaa.gov wrote: Russell E. Owen wrote: However, at present I don't know if there is a Python 2.6 that is both compatible with older versions of Mac OS X and is built with 64-bit support. FWIW, I think the official