Re: [Matplotlib-users] mathtext and fonts under Windows 8

2013-01-09 Thread Paul Hobson
Sounds like it might have something to do with your Latex installation (if any) or the barebones Latex-rendering done by MPL alone. Namely, they simply don't have the characters for mathematical Arial available. Not too sure though. Hopefully someone more knowledgeable responds. -paul On Tue, Ja

[Matplotlib-users] Incorrect ylabel placement in twinx

2013-01-09 Thread Goyo
I'm using matplotlib master from https://launchpad.net/%7Etakluyver/+archive/matplotlib-daily, ubuntu 12.10 and python 2.7 and sometimes I get misplaced y labels for twinx plots. I file a bug at github with a sample script and figure images: https://github.com/matplotlib/matplotlib/issues/1608 A gu

Re: [Matplotlib-users] griddata fails

2013-01-09 Thread Ian Thomas
On 9 January 2013 09:32, Shahar Shani-Kadmiel wrote: > Hi, > > I'm trying to contour some data that I have and the griddata line fails. I > tried running it on some synthetically generated data and I get the same > IndexError. Any Ideas? > > Here is the example with the synthetic data: > > x = y =

Re: [Matplotlib-users] Interactive mode broken in Qt4Agg backend?

2013-01-09 Thread Yannick Copin
Hi, Yannick Copin writes: > Is it a bug in Qt4Agg, or an unimplemented feature? Is there any way > other than switching back to GTKAgg specifically? just a follow-up and conclusion: I create a matplotlib issue for this (https://github.com/matplotlib/matplotlib/issues/1646), and the use of pyplo

[Matplotlib-users] griddata fails

2013-01-09 Thread Shahar Shani-Kadmiel
Hi, I'm trying to contour some data that I have and the griddata line fails. I tried running it on some synthetically generated data and I get the same IndexError. Any Ideas? Here is the example with the synthetic data: x = y = arange(-10,10,0.01) z = x**2+y**3 xi = yi = linspace(-10.1, 10.1