[Matplotlib-users] matplotlib compiled fine, but plot doesn't pop up in interactive mode

2012-03-15 Thread Yi Shang
Dear all, I tried to search through the mailinglist archive first, but couldn't ( http://sourceforge.net/mailarchive/forum.php?forum_name=matplotlib-users). Is the mailinglist only for browsing by date? I did a clean install of matplotlib (following the installation webpage) on Linux machine (x86_

Re: [Matplotlib-users] change font name (under certain font.family)

2010-08-27 Thread Yi Shang
nt ('Chicago is actually in 'fantasy' family, 'foo' is not). Then I tried to mismatch font.family and font.$family, since they are not matching, font.$family is not taking effect, I am getting whatever font.family line is giving me. I think the syntax I used may be wrong.

[Matplotlib-users] change font name (under certain font.family)

2010-08-27 Thread Yi Shang
Dear all, I was trying to change all figure fonts to Arial, or Times, but without any luck. below is the section I modify the property. *** from numpy import * from matplotlib import pyplot as plt import pylab para