- Original Message
> From: Michael Droettboom
> To: Michael Hannon ;
>matplotlib-users@lists.sourceforge.net
> Sent: Thu, August 5, 2010 6:24:58 AM
> Subject: Re: [Matplotlib-users] Problem getting math symbols into text
> It looks like you're configured
> Wow, I hadn't realized that Fedora 13 is carrying a rather old version of
> matplotlib (~2 years old). I should double-check what version is in rawhide
> and possibly prod some people to get them to choose a more recent version...
Hi, Ben. I think it would be a good idea to give the Fedora pe
Greetings. I'm unable to get mathtext to work properly on my linux system:
# cat /etc/redhat-release
Fedora release 13 (Goddard)
# uname -a
Linux localhost.localdomain 2.6.33.6-147.2.4.fc13.x86_64 #1 SMP Fri Jul 23
17:14:44 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
The proble
> headers are in place. Typically this involves installing several *dev
> or *devel packages--I don't know the specifics of Fedora packaging.
Thanks again, Eric. I built Matplotlib 0.98 from source on my Fedora
box, and that did fix the problem.
I haven't checked Fedora 10 yet
On Tue, Nov 11, 2008 at 07:13:46AM -1000, Eric Firing wrote:
> Michael Hannon wrote:
> >Greetings. I need to make some histograms from within a Python program,
> >and I noticed that Matplotlib, which I've never used before, appears to
> >have that capabili
/usr/lib64/python2.5/site-packages/matplotlib/pyplot.py", line
1633, in hist
ret = gca().hist(*args, **kwargs)
File "/usr/lib64/python2.5/site-packages/matplotlib/axes.py", line
5117, in hist
n, bins = npy.histogram(x, bins, range=None, normed=normed)
TypeError: '