tech-chat-ml

matplotlib does not show my drawings although I call pyplot.show()

My plot in ipython does not show with pyplot.show() Question: Help required displaying matplotlib plots in ipython. I did not forget to call pyplot.show(). $ ipython –pylab import matplotlib.pyplot as plt plt.plot(range(20), range(20)) It returns matplotlib.lines.Line2D at 0xade2b2c as the output. plt.show() Nothing happens. No error message. No new window. I installed matplotlib with pip, …

Total answers: 17