Thanks Robert,
>> The relevant changes are in texmanager.py (and I don't recall
>> if they are in 0.84). def get_tex_command(self, tex, fname):
>> fontcmd = {'sans-serif' : r'{\sffamily %s}', 'monospace' :
>> r'{\ttfamily %s}'}.get( rcParams['font.family'], r'{\rmfamily
>> %s}') tex = fontcmd % tex Add that snippet to the method and
>> you should be good to go.
>>
> This is not in 0.84, so I guess I will wait for the next
> release. Cheers, Cory.
You should just be able to drop the CVS texmanager.py into your
site-packages/matplotlib dir and be off to the races
JDH