Re: [Matplotlib-users] bug in fcontour with v1.1.0 ?

2011-12-05 Thread Eric Firing
On 12/05/2011 10:00 AM, Arnaud wrote: > Hello, > > I am new to this list, but not totally to matplotlib. > I installed v1.1.0 lately, and i noticed that something went wrong (or, > not as before) with fcontour(). > It looks like the range of colors used to fill in, is not set correctly. > Sorry, i

Re: [Matplotlib-users] ft2font.cpp memory fix patch not in 1.1.x branch

2011-12-05 Thread Benjamin Root
Heh, strange... I could have sworn that the reference counter decrements were there... Ok, looks like everything is where it should be, I guess. Ben Root On Mon, Dec 5, 2011 at 1:44 PM, Michael Droettboom wrote: > It looks like this is already on 1.1.x, but not in the 1.1.0 release. Or > am I

Re: [Matplotlib-users] latex and mathin y x labels?

2011-12-05 Thread Jonathan Stickel
On 12/5/11 12:44 , matplotlib-users-requ...@lists.sourceforge.net wrote: > Date: Sun, 4 Dec 2011 23:13:42 +0100 > From: Piter_ > Subject: [Matplotlib-users] latex and mathin y x labels? > > Hi all. > I have tried to add fractions, superscript and some other symbols in > axis labels using latex or m

Re: [Matplotlib-users] [ploting data] Live data

2011-12-05 Thread David Hoese
If I'm understanding your question correctly and reading your code correctly, you're asking why the timer method of doing things works, but the principal() while loop method does not. I had a couple solutions that involved the main event loop, but I just noticed 2 main things that are probably

[Matplotlib-users] bug in fcontour with v1.1.0 ?

2011-12-05 Thread Arnaud
Hello, I am new to this list, but not totally to matplotlib. I installed v1.1.0 lately, and i noticed that something went wrong (or, not as before) with fcontour(). It looks like the range of colors used to fill in, is not set correctly. Sorry, i cannot really tel it better, but i have a piece of

Re: [Matplotlib-users] latex and mathin y x labels?

2011-12-05 Thread Michael Droettboom
Set the rcParam "mathtext.default" to "regular". Mike On 12/04/2011 05:13 PM, Piter_ wrote: > Hi all. > I have tried to add fractions, superscript and some other symbols in > axis labels using latex or mathtext. But then they are different to > much from other text. > Is there any trick to make t

Re: [Matplotlib-users] how to use different font for serif

2011-12-05 Thread Michael Droettboom
What rcParams are you setting? font.family: serif font.serif: Times New Roman and font.family: Times New Roman both work for me. You have to use the name of the font as specified in the file, not the filename to specify the font (which is probably why "times" is not working for you). Mike

Re: [Matplotlib-users] ft2font.cpp memory fix patch not in 1.1.x branch

2011-12-05 Thread Michael Droettboom
It looks like this is already on 1.1.x, but not in the 1.1.0 release. Or am I missing something? Mike On 12/01/2011 12:24 PM, Benjamin Root wrote: On Thu, Dec 1, 2011 at 10:14 AM, Benjamin Root > wrote: On Thu, Dec 1, 2011 at 9:29 AM, Neilen Marais mailto:nmar...@

Re: [Matplotlib-users] how to use different font for serif

2011-12-05 Thread Jonathan Slavin
Tony, Thanks for your answer. I'm running on CentOS Linux. Unfortunately there is no such command as font_manager.X11InstalledFonts(), though there is font_manager.x11FontDirectory(). When I do that I get a list with a bunch of directories including '/usr/share/msttcorefonts', which contains th

Re: [Matplotlib-users] Using plt.pcolormesh with FuncAnimation

2011-12-05 Thread Manuel Jung
Hi, You are right. I have tried set_array before, but forgot to mention it. I have retried now and got it working. Like you said one has to ravel() the array and use this with QuadMeshs set_array function. Thanks. Manuel 2011/12/4 Tony Yu : > > > On Sun, Dec 4, 2011 at 9:59 AM, Manuel Jung > wr

Re: [Matplotlib-users] [ploting data] Live data

2011-12-05 Thread Fabien Lafont
Thx all for your remarks, I can't understand why this code works (when I use the timer method): # -*- coding: utf-8 -*- """ Created on Fri Dec 02 17:10:22 2011 @author: lafont """ #!/usr/bin/env python from visa import * from pylab import * import sys from PyQt4 import QtGui import numpy as np