On 10/10/2012 09:45 AM, Nikolaus Rath wrote:
> Michael Droettboom writes:
>>> For some reason, my matplotlib isn't able to print percent signs ('%')
>>> properly:
>> It's a known bug, fixed since 1.1.1.
>>
>> https://github.com/matplotlib/matplotlib/issues/1211
> Indeed. Luckily 1.2.0~rc2-1 is in
Michael Droettboom writes:
>> For some reason, my matplotlib isn't able to print percent signs ('%')
>> properly:
>
> It's a known bug, fixed since 1.1.1.
>
> https://github.com/matplotlib/matplotlib/issues/1211
Indeed. Luckily 1.2.0~rc2-1 is in experimental, and upgrading fixed the
problem. Than
Benjamin Root writes:
>> >>> For some reason, my matplotlib isn't able to print percent signs ('%')
>> >>> properly:
>> >>>
>> >>> [1] inspiron:~/tmp# cat mplbug.py
>> >>>
>> >>> import matplotlib
>> >>> import matplotlib.pyplot as plt
>> >>> import numpy as np
>> >>>
>> >>> print matplotlib.__ver
On Wed, Oct 10, 2012 at 8:23 AM, Michael Droettboom wrote:
> It's a known bug, fixed since 1.1.1.
>
> https://github.com/matplotlib/matplotlib/issues/1211
>
> BTW: If you're running the Debian package, how come the version is a
> release candidate? (1.1.1rc2)
>
> Mike
>
>
Mike,
We didn't get th
It's a known bug, fixed since 1.1.1.
https://github.com/matplotlib/matplotlib/issues/1211
BTW: If you're running the Debian package, how come the version is a
release candidate? (1.1.1rc2)
Mike
On 10/09/2012 04:32 PM, Nikolaus Rath wrote:
Hello,
For some reason, my matplotlib isn't able to
On Tuesday, October 9, 2012, Nikolaus Rath wrote:
> Damon McDougall
> >
> writes:
> > On Tue, Oct 9, 2012 at 10:56 PM, Damon McDougall
> > >
> wrote:
> >> On Tue, Oct 9, 2012 at 10:32 PM, Nikolaus Rath <
> nikolaus-bth8mxji...@public.gmane.org > wrote:
> >>> Hello,
> >>>
> >>> For some reason, my
Damon McDougall
writes:
> On Tue, Oct 9, 2012 at 10:56 PM, Damon McDougall
> wrote:
>> On Tue, Oct 9, 2012 at 10:32 PM, Nikolaus Rath
>> wrote:
>>> Hello,
>>>
>>> For some reason, my matplotlib isn't able to print percent signs ('%')
>>> properly:
>>>
>>> [1] inspiron:~/tmp# cat mplbug.py
>>>
On Tue, Oct 9, 2012 at 10:56 PM, Damon McDougall
wrote:
> On Tue, Oct 9, 2012 at 10:32 PM, Nikolaus Rath wrote:
>> Hello,
>>
>> For some reason, my matplotlib isn't able to print percent signs ('%')
>> properly:
>>
>> [1] inspiron:~/tmp# cat mplbug.py
>>
>> import matplotlib
>> import matplotlib.
On Tue, Oct 9, 2012 at 10:32 PM, Nikolaus Rath wrote:
> Hello,
>
> For some reason, my matplotlib isn't able to print percent signs ('%')
> properly:
>
> [1] inspiron:~/tmp# cat mplbug.py
>
> import matplotlib
> import matplotlib.pyplot as plt
> import numpy as np
>
> print matplotlib.__version__
On Windows it works just fine. Just a wild guess, can you try to make
it a raw string?
plt.xlabel(r'Percent [%]')
On Tue, Oct 9, 2012 at 10:45 PM, Francesco Montesano
wrote:
> Hi
>
> 2012/10/9 Nikolaus Rath
>>
>> Hello,
>>
>> For some reason, my matplotlib isn't able to print percent signs ('%'
Hi
2012/10/9 Nikolaus Rath
> Hello,
>
> For some reason, my matplotlib isn't able to print percent signs ('%')
> properly:
>
> [1] inspiron:~/tmp# cat mplbug.py
>
> import matplotlib
> import matplotlib.pyplot as plt
> import numpy as np
>
> print matplotlib.__version__
> plt.plot(np.arange(10),
Hello,
For some reason, my matplotlib isn't able to print percent signs ('%')
properly:
[1] inspiron:~/tmp# cat mplbug.py
import matplotlib
import matplotlib.pyplot as plt
import numpy as np
print matplotlib.__version__
plt.plot(np.arange(10), np.arange(10)**2)
plt.xlabel('Percent [%]')
plt.sa
12 matches
Mail list logo