会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
无名小妖
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2018年3月19日
使用seaborn制图(小提琴图)
摘要: import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns # 设置风格,seaborn有5种基本风格,context表示环境 sns.set(style="white", context="notebook") # 处理中文问题 sns.set_style('white...
阅读全文
posted @ 2018-03-19 09:28 无名小妖
阅读(3975)
评论(0)
推荐(0)
编辑
使用seaborn制图(箱型图)
摘要: import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns # 设置风格,seaborn有5种基本风格,context表示环境 sns.set(style="white", context="notebook") # 处理中文问题 sns.set_style('white...
阅读全文
posted @ 2018-03-19 09:26 无名小妖
阅读(4487)
评论(0)
推荐(0)
编辑
使用seaborn制图(柱状图)
摘要: import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns # 设置风格,seaborn有5种基本风格,context表示环境 sns.set(style="white", context="notebook") # 处理中文问题 sns.set_style('white...
阅读全文
posted @ 2018-03-19 09:23 无名小妖
阅读(10141)
评论(0)
推荐(0)
编辑