2019年3月1日

摘要: import matplotlib.pyplot as plt import numpy as np x = np.linspace(start=0.5, stop=3.5, num=100) y = np.sin(x) y1 = np.random.randn(100) plt.scatter(x, y1, c='0.25', label='scatter figure') plt.p... 阅读全文
posted @ 2019-03-01 11:17 0820LL 阅读(219) 评论(0) 推荐(0) 编辑

导航