From: John H. <jdh...@ac...> - 2005-06-07 16:57:55
|
>>>>> "Nicolas" =3D=3D Nicolas Girard <nic...@ne...> writes: Nicolas> On Tuesday 07 June 2005 18:22, John Hunter wrote: >> TeX support : Now you can (optionally) use TeX to handle *all* >> of the =A0 text elements in your figure with the rc param >> text.usetex (*Agg and =A0 PS only). Nicolas> Now, that's *just* great ! A big thank you for adding Nicolas> this feature ! Nicolas> I just seem to have problems whith accentuated Nicolas> characters: neither "=E9", nor "\'e" work for me... any Nicolas> ideas ? Did you remember to quote the string from pylab import plot, title, show, rc rc('text', usetex=3DTrue) title(r'Acc\'ent') show() I don't believe unicode works with usetex at this time -- file a support request on the sf site with an example script that you believe should work (eg the string works in TeX) but does does not work in mpl. =20 JDH |