摘要: # -*- coding: UTF-8 -*- import numpy as np import matplotlib.pyplot as plt from matplotlib.font_manager import FontProperties x = np.linspace(0,2*np.pi,50) plt.plot(x,np.sin(x),'r-x',label='Sin(x)'... 阅读全文
posted @ 2018-09-11 15:22 thebestrule 阅读(1172) 评论(0) 推荐(0) 编辑