> 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
-- реклама --
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
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