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.latex',preamble='\usepackage[utf8]{inputenc}')
rc('text.latex',preamble='\usepackage[russian]{babel}')

But LaTex is really large dependency, and many users don't want to install it. 
So my question.
Is it possible to use Russian or Ukrainian language in text within matplotlib 
plot in another way than using LaTeX?


Alexander Bruy

-- реклама -----------------------------------------------------------
Создай свой сайт бесплатно! www.hostpro.ua


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to