Python Plotting Graph

后端 未结 0 1620
孤城傲影
孤城傲影 2020-12-24 08:48
from matplotlib.pyplot import *
list = [1,3,5,7,2,4,6,8,10]
plot(list)

With my code above, the code will graph with x-axis run from 0 to 8. What sho

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