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