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
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
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 =
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
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