Make more than one chart in same IPython Notebook cell December 26, 2022 by Tarik You can also call the show() function after each plot. e.g plt.plot(a) plt.show() plt.plot(b) plt.show()