Re: [Matplotlib-users] wrong displayed text iso-8859-2

2006-10-20 Thread skokot
I found that the problem occurs when I have GTKAgg WXAgg or PS backends set in matplotlibrc file and matplotlib displays fonts properly when using GTK, WX. So I guess that it must be something wrong with antigrain or preparing text for agg rendering. Any help, regards, Seweryn Kokot

[Matplotlib-users] problem with unicode text on graphs

2006-10-05 Thread skokot
Hello, I'm using python-matplotlib from debian unstable and the plots doesn't display properly polish fonts, instead I get squares on graphs. Simple example #!/usr/bin/python # -*- coding: iso-8859-2 -*- from pylab import * plot([1, 2, 3], [1, 4, 2]) xlabel(unicode('MiesiÄ…c maj','iso-8859-2')) yl