becshowalter

Results 2 comments of becshowalter

I am having the same issue. This is my code : import matplotlib matplotlib.use('Agg') import matplotlib.pyplot as plt x=[1,2,3,4] y=[5,6,7,8] plt.scatter(x,y) only.title('testing matplotlib') value=[2,4,6,8,10] label=['one','two','three','four','five'] plt.xticks(value,label) plt.show() The error message...

I just tried installing matplotlib again and I'm having the same issue, but i did notice this little blurb popped up while downloading : Could not find .egg-info directory in...