Re: [Matplotlib-users] math symbols with matplotlib basemap

2011-07-05 Thread Michael Droettboom
I would try renaming the font cache file (in ~/.matplotlib/fontList.cache). It looks like it perhaps contains some invalid data. If that works, can you send the old file to me (off list) so I can try to get to the bottom of how it got corrupted? Mike On 07/05/2011 04:29 AM, Marko Riedel wro

[Matplotlib-users] math symbols with matplotlib basemap

2011-07-05 Thread Marko Riedel
Hi there, I wonder if there is I way how to use math symbols together with the basemap class. Here is my problem: The lines  import matplotlib.pyplot as plt plt.text(0.06  , 0.04, r"200 $\Omega$ m", fontsize=10, transform=plt.gca().transAxes) work with a standard plot. However if I use basem