How to make the plot not disappear?

后端 未结 1 1412
遇见更好的自我
遇见更好的自我 2021-01-17 15:22

Suppose you need to store the figure and subplot in variables (to later modify attributes). How can you make the whole figure to stay and not quick

相关标签:
1条回答
  • 2021-01-17 15:46

    Change fig to plt:

    plt.show()
    
    0 讨论(0)
提交回复
热议问题