jianghongz 发表于 2024-4-12 15:00:20

pyplot折线图

import matplotlib.pyplot as plt

x =
y =

plt.pie(x,y)
plt.show()
页: [1]
查看完整版本: pyplot折线图