Programming, Python IT Nursery 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 matplotlib.lines.Line2D at 0xade2b2c as the output.... June 2, 2022 0 Comments