会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wjx-2005-07-01
公告
日历
导航
博客园
首页
新随笔
新文章
联系
订阅
管理
2024年1月23日
matplotlib数据可视化
摘要: Matplotlib数据可视化基础 一、绘制基本图形 1、绘制折线图 import numpy as np import matplotlib.pyplot as plt #创建数组x x = np.arange(10) np.random.seed(500) #创建数组y y = np.rando
阅读全文
posted @ 2024-01-23 19:44 星辰与Python
阅读(10)
评论(0)
推荐(0)
编辑
Copyright © 2025 星辰与Python
Powered by .NET 9.0 on Kubernetes