Trouble using Matplotlib and Pyinstaller

前端 未结 0 553
庸人自扰
庸人自扰 2021-01-28 22:04

I wrote a simple python code:

import matplotlib.pyplot as plt

x=[0,1,2,3,4,9]
plt.figure()

plt.plot(x)

A

相关标签:
回答
  • 消灭零回复
提交回复
热议问题