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')) ylabel(unicode('ążęńół','iso-8859-2')) show() Any idea? Regards, Seweryn Kokot ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users