Re: [Matplotlib-users] Russian labels without LaTeX

2009-07-19 Thread Alexander Bruy
> I'm not an expert on this issue, and I never used Russian language. > But here is my experience with unicode in matplotlib. > Many thanks for your answer, Jae-Joon Lee! It's work great. Thanks in advance! Regards, Alexander Bruy -- реклама --

Re: [Matplotlib-users] Russian labels without LaTeX

2009-07-17 Thread Jae-Joon Lee
I'm not an expert on this issue, and I never used Russian language. But here is my experience with unicode in matplotlib. Matplotlib's own font rendering engine (based on truetype) does support unicode rendering. But I don't think there is any support for things like a fontset. And, as far as you

[Matplotlib-users] Russian labels without LaTeX

2009-07-17 Thread Alexander Bruy
Hi, list! I want to use Russian or Ukrainian language in text within matplotlib plot. There is solution, which I know - it is possible when text rendered with external LaTeX: from matplotlib import rc rc('font',**{'family':'serif'}) rc('text', usetex=True) rc('text.latex',unicode=True) rc('text