I am on windows with mpl 0.87.2.
Seweryn Kokot wrote:
> I can report the same problem with polish characters. Using WX and GTK it
> works but when using WXAgg or GTKAgg it doesn't.
> I wrote about this problem some time ago on this group but no
> response.
> So we are two.
> I can add that the pr
I can report the same problem with polish characters. Using WX and GTK it
works but when using WXAgg or GTKAgg it doesn't.
I wrote about this problem some time ago on this group but no
response.
So we are two.
I can add that the problem ocurrs in mpl 0.87.5 (debian sid) and not
in mpl 0.87.2 (deb
Hi everybody,
I try to make a plot using chineese strings (unicode).
The folowing code works :
# -*- coding: utf-8 -*-
import matplotlib
matplotlib.use('WX')
import pylab as p
p.plot((1,2,3))
p.xlabel( '是最好的編程語言')
p.text(0.5,1.5,u'éçè')
p.show()
But the same code using WxAgg or TkAgg does not w