Monday, March 31, 2014

installing and using matplotlib on centos 6.4

yum install -y python-matplotlib
yum install pygtk2

http://stackoverflow.com/questions/13336823/matplotlib-python-error
import matplotlib as mpl
mpl.use('Agg')
import matplotlib.pyplot as plt

No comments:

Blog Archive