Re: [Matplotlib-users] Problem getting math symbols into text

2010-08-09 Thread Michael Hannon
- 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

Re: [Matplotlib-users] Problem getting math symbols into text

2010-08-04 Thread Michael Hannon
> 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

[Matplotlib-users] Problem getting math symbols into text

2010-08-03 Thread Michael Hannon
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

Re: [Matplotlib-users] histogram examples?

2008-11-12 Thread Michael Hannon
> 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

Re: [Matplotlib-users] histogram examples?

2008-11-11 Thread Michael Hannon
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

[Matplotlib-users] histogram examples?

2008-11-11 Thread Michael Hannon
/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: '