请问这是什么原因?该怎么解决?代码如下:
import matplotlib.pyplot as plt squares = [1,4,9,16,25] plt.plot(squares) plt.show()