会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Bill_H
首页
新随笔
联系
订阅
管理
2021年2月18日
matplotlib绘图案例
摘要: import numpy as np import matplotlib.pyplot as plt #创建新图片,设定图片尺寸 fig = plt.figure(figsize=(6,3)) x = np.linspace(-9,9,201) y = np.sin(x) #设置坐标轴范围 plt.
阅读全文
posted @ 2021-02-18 22:43 Bill_H
阅读(148)
评论(0)
推荐(0)
编辑