I am running Mac OSX 10.5.8. I installed matplotlib using macports. I get some examples from the matplotlib gallery like this one, without modification:
http://matpl
I wanna share this workable solution for me,
import matplotlib import platform if platform.system() == 'Darwin': matplotlib.use('MacOSX')