matplotlib
qq_34535410
这个作者很懒,什么都没留下…
展开
-
Ubuntu Matplotlib 安装Times字体
Ubuntu Matplotlib 安装Times字体。原创 2022-08-12 18:45:56 · 635 阅读 · 0 评论 -
python用matplotlib画图
1.使用pyplot模块画图。import matplotlib.pyplot as pltimport numpy as npx = np.linspace(0, 10, 1000)y = np.sin(x)z = np.cos(x**2)plt.figure(figsize=(8, 5))plt.plot(x, y, label="$sin(x)$", color="red", li原创 2016-12-22 20:59:12 · 3318 阅读 · 0 评论 -
Pycharm 配置远程转发
https://www.jianshu.com/p/fd422e004f62转载 2019-03-28 09:21:45 · 1229 阅读 · 0 评论