Re: [Matplotlib-users] Unable to compile on FC6

2006-10-27 Thread Trond Danielsen
2006/10/27, Robert Elsner [EMAIL PROTECTED]: Hello Everybody, I use the usual scipy + numpy + matplotlib combination for my daily work. Unfortunately after switching to Fedora Core 6 (from FC5) I am unable to compile matplotlib 0.87.6 on my system. I am sure you allready know this, but

[Matplotlib-users] Problem building matplotlib

2006-10-27 Thread Victor Danilchenko
Hi all, I am trying to build Matplotlib 0.87.7 on an RHEL 4.4-derived system, with Python 2.3.4. I am running into a weird problem. When I do python setup.py build, I get the following error: gcc: src/_gtkagg.cpp In file included from /usr/include/python2.3/Python.h:8,

Re: [Matplotlib-users] Problem building matplotlib

2006-10-27 Thread Eric Firing
Victor Danilchenko wrote: Hi all, I am trying to build Matplotlib 0.87.7 on an RHEL 4.4-derived system, with Python 2.3.4. I am running into a weird problem. When I do python setup.py build, I get the following error: gcc: src/_gtkagg.cpp In file included from

[Matplotlib-users] dvipng/miktex 2.5 usetex problem

2006-10-27 Thread Ryan Krauss
I am trying to use latex with matplolib on Windows XP with MikTex 2.5 and dvipng 1.8. I am getting this warning: dvipng warning: font cmsy10 at 512 dpi not found, characters will be left blank when I do this: t=arange(0,1,0.01) y=sin(2*pi*t) plot(t,y) and this ylabel('$y(t)$') leads to dvipng