Difference between plt.draw() and plt.show() in matplotlib down voteaccepted plt.show() will display the current figure that you are working on. plt.draw() will re-draw the figure. This allows you to work in interactive mode and, should you have chan