但是运行代码的时候,出现了问题:
import matplotlib.pyplot as plt squares = [1,4,9,16,25] plt.plot(squares) plt.show()
请问这该怎么解决?