[Matplotlib-users] _png_set_palette_to_rgb not found when installing on OSX

2008-11-09 Thread Garvin Haslett
I have installed, using Fink commander, freetype2 2.1.3-22. I have then downloaded the zips of libpng-1.2.33 matplotlib-0.98.3 ipython-0.8.4 and then built and installed them. when I run ipython -pylab the ipython aborts with the following: Traceback (most recent call last): File "/Library/Fr

Re: [Matplotlib-users] saving figures on OS X

2008-11-09 Thread Jouni K . Seppänen
Gideon Simpson <[EMAIL PROTECTED]> writes: >> It looks like it is happening in dviread. Just to make sure this is >> the culprit, could you temporarily disable usetex in your >> matplotlibrc file and see if the error goes away? > > yes that seems to work. there are no errors when i don't use the

Re: [Matplotlib-users] Python 2.6

2008-11-09 Thread John Hunter
On Sat, Nov 8, 2008 at 10:39 PM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote: > John, > I'm attaching an another patch, which seems to give a correct result > for the figimage_demo. > The flipud_out() calls before compositing seems to have no effect, so Ahh, I think you found the ultimate source of our

Re: [Matplotlib-users] weird line in histogram

2008-11-09 Thread Jouni K . Seppänen
"nicky van foreest" <[EMAIL PROTECTED]> writes: > I try to plot a histogram, which succeeds nicely, but I also get a > strange line in the same plot. Does anybody know why this is the case, > and what to do about it? Here is the code: > > n, bins, patches = hist(res,bins = 10, cumulative=True