Is there a way to get Matplotlib to render accented chars (é,ã,â,etc)?
For instance, I'm trying to use accented characters on set_yticklabels() and Matplotlib renders squares instead, and when I use unicode() it renders the wrong characters.
Is there a ...