Accented characters in matplotlib
- by OldJim
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.