会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
这么神奇
博客园
首页
新随笔
联系
订阅
管理
2020年4月13日
python_Plotly_Express_scatter
摘要: 一、使用 Plotly Experss 1. 散点图 a. 输入数据: 1 import plotly.express as px 2 fig = px.scatter(x=[0, 1, 2, 3, 4], y=[0, 1, 4, 9, 16]) 3 fig.show() b. Pandas导入:
阅读全文
posted @ 2020-04-13 18:27 这么神奇
阅读(6311)
评论(0)
推荐(0)
编辑
公告