[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

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

Re: [Matplotlib-users] Error with bar charts

2006-10-27 Thread Suresh Pillai
Thanks for the support. I uninstalled numarray, and then compiled/installed most recent numpy and matplotlib from the tarballs. And I am happy to announce I can now perform the mundane task of plotting barcharts and histograms. :) Thanks again everyone, Suresh On Thu, 26 Oct 2006, Eric Firing

[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] Error with bar charts

2006-10-27 Thread Suresh Pillai
Yes, both are mandriva packages: python-matplotlib-0.87.4-2mdv2007.0 python-numarray-1.5.2-1mdv2007.0 Given there isnt a python-numpy package for x64-64 right now (there is a devel one, so not sure why no main package), I will go ahead and try to build from scratch. Thanks, Suresh On Thu, 2

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

2006-10-27 Thread Robert Elsner
On Fri, 2006-10-27 at 11:58 +0200, Trond Danielsen wrote: > 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

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

Re: [Matplotlib-users] Matplotlib wraps the graph

2006-10-27 Thread Trond Danielsen
2006/10/26, Trond Danielsen <[EMAIL PROTECTED]>: > > I will have to check this, but I do not think that is the problem. The > data is used in another algorithm which locates the correlation > maximum between two sliding windows (to detect the start of a data > msg), and the algorithm returns the co