soramimo

Results 1 comments of soramimo

Problem solved. I was previously using: import matplotlib.pyplot as plt plt.plot(x,y) replacing it with: import pylab pylab.plot(x,y) did the trick.