matplotlib does not show my drawings although I call pyplot.show()
Help required on matplotlib. Yes, I did not forget calling the pyplot.show(). $ ipython –pylab import matplotlib.pyplot as p p.plot(range(20), range(20)) It returns … Read more
Help required on matplotlib. Yes, I did not forget calling the pyplot.show(). $ ipython –pylab import matplotlib.pyplot as p p.plot(range(20), range(20)) It returns … Read more