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 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 2.7 builds

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: . Basically it's a volume integral of a scalar > field. Using: > norm = 0.0 > for i in numpy.ar

[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: . 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): > for

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 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 fix yet.  I g

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 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=detail&aid=3016948&group_id=80706&atid=560723 I assign

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 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=revision&revision=8379 > > Texmanager

[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=revision&revision=8379 Texmanager.py, which is imported during the import of matplotlib, does call sub

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 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, th

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 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. Right n

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 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 threading > impo

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 Che

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 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 suggestions.

[Matplotlib-users] Formatted ticklabels going haywire?

2010-07-02 Thread magnus_p
Hello I am trying to change the font of the ticklabels, this does not work the 'normal' rc-way, so what I did was (example): import matplotlib.pyplot as pl ffont={'family' : 'sans-serif', 'sans-serif' : ['Arial'], 'size' : 15, 'weight' : 'bold'} fig = pl.figure(1) ax = fig.add_subplot(111) ax.se

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

2010-07-02 Thread ninjasmith
> ipython does this, I believe, when you call it with the -pylab option, but I have never tried it with a script. Ben Root 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

Re: [Matplotlib-users] matplotlib 1.0 release candidate 1 available for testing

2010-07-02 Thread Sandro Tosi
Hi all, On Tue, Jun 29, 2010 at 22:36, John Hunter wrote: > We have uploaded a tarball and Windows and OSX binaries of > matplotlib-1.0rc for testing > >  http://drop.io/xortel1# I just prepared the Debian package for 1.0rc1 and it went quite smoothly. I gave it a fast test rebuilding all the im