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