Accented characters in matplotlib
Posted
by OldJim
on Stack Overflow
See other posts from Stack Overflow
or by OldJim
Published on 2010-03-09T04:37:12Z
Indexed on
2010/03/09
5:06 UTC
Read the original article
Hit count: 278
Does anyone know a way to get matplotlib to render accented chars (é,ã,â,etc)?
For instance i'm trying to use accented chars on set_yticklabels() and matplot renders squares instead, and when i use unicode() it renders the wrong chars.
Is there a way to make this work?
Thanks in advance, Jim.
© Stack Overflow or respective owner