摘要:
import matplotlib.pyplot as plt # plt.plot([1,2,3,4,5],[3,1,5,6,9],'ro') # plt.show() # x = range(1, 15) # y = range(1, 42, 3) # plt.plot(x, y, color= 阅读全文
本文作者:DIVMonster
本文链接:https://www.cnblogs.com/guangzan/p/12886111.html
版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。