pycharm plot a separate window display

import matplotlib.pyplot as plt
...
plt.show()

The following settings:

File-> Settings-> Tools-> Python Scientific, cancel Show plots in toolwindow options

Guess you like

Origin www.cnblogs.com/xym4869/p/10942911.html