Re: [Matplotlib-users] matplotlib._png failure on 64-bit OSX

2009-12-16 Thread listservs
On 16/12/2009, at 7:47 PM, Christopher Fonnesbeck wrote: > I have built matplotlib from svn on OSX 10.6, using the make.osx script that > is included with the source, except with the 32-bit build flags removed. The > resulting module fails on import, however, with the following: > > I was able

[Matplotlib-users] matplotlib does not install properly when built with bdist_mpkg

2007-12-20 Thread listservs
I was not sure on which list to post this, but perhaps someone here can point me in the right direction. I maintain a few installers of scientific python packages for OSX, one of which being matplotlib. I generate mpkg installers with bdist_mpkg, and for the most part it works fine. However

Re: [Matplotlib-users] standardizing x-axes in hist

2006-11-01 Thread listservs
On Wednesday, November 01, 2006, at 02:17PM, "John Hunter" <[EMAIL PROTECTED]> wrote: >>>>>> "listservs" == listservs <[EMAIL PROTECTED]> writes: > >listservs> I am trying to produce a series of histograms of >list

[Matplotlib-users] standardizing x-axes in hist

2006-11-01 Thread listservs
I am trying to produce a series of histograms of related data, for which I want the ranges and scales of the x-axes to be the same. However, I dont see an obvious way of doing this with hist, since specifying nbins will not guarantee the same axis for each. Is there some sort of hack that I

[Matplotlib-users] python cannot see matplotlib 0.87.5

2006-09-24 Thread listservs
I have successfully built and installed matplotlib 0.87.5 on OS X 10.4, and both the pylab files and the matplotlib directory are in my site-packages folder. However, when I try to import matplotlib, nothing happens: ActivePython 2.4.3 Build 11 (ActiveState Software Inc.) based on Python 2.4

[Matplotlib-users] svn build cannot import

2006-09-08 Thread listservs
I have built matplotlib from svn this morning (trunk), which was successful, but when I go to import anything, it fails: >>> import pylab Traceback (most recent call last): File "", line 1, in ? File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/pylab.py