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.
-
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
>
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
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:/