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