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

2011-12-04 Thread Piter_
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 them look the same? Thanks. Petro. -

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

2011-12-04 Thread David Hoese
I think you forget to set the layout on your central widget. self.main_widget.setLayout(vbl) # in your case -Dave On 12/4/2011 9:57 AM, matplotlib-users-requ...@lists.sourceforge.net wrote: > 2011/12/2 Daniel Hyams: >> > I don't have PyQt installed, so I couldn't test the code, but don't you >

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

2011-12-04 Thread Tony Yu
On Sun, Dec 4, 2011 at 9:59 AM, Manuel Jung wrote: > Hi, > > I have plt.pcolormesh plot i would like to animate. So i've taken a > look at the various examples and decided to go with the FuncAnimation > routine. This works for me, but im using for every frame a new call to > plt.colormesh and i am

[Matplotlib-users] Using plt.pcolormesh with FuncAnimation

2011-12-04 Thread Manuel Jung
Hi, I have plt.pcolormesh plot i would like to animate. So i've taken a look at the various examples and decided to go with the FuncAnimation routine. This works for me, but im using for every frame a new call to plt.colormesh and i am not updating the underlaying data, like in this example http:/