
数据可视化
热衷开源的宝藏Boy
努力践行将学习的本质与机器学习完美结合!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python matplotlib RuntimeWarning: Glyph xxxxx missing from current font.字体设置问题
错误信息D:\Anaconda3\lib\site-packages\matplotlib\backends\backend_agg.py:180: RuntimeWarning: Glyph 26041 missing from current font. font.set_text(s, 0, flags=flags)D:\Anaconda3\lib\site-packages\matplotlib\backends\backend_agg.py:180: RuntimeWarning: Gly原创 2020-09-20 17:09:30 · 1527 阅读 · 0 评论 -
Pandas读取文件报错UnicodeDecodeError: ‘utf-8‘ codec can‘t decode byte 0xb6 in position 0: invalid start by
我们需要在读取时,设置encoding=‘gbk’,即可转自原创 2020-09-20 16:40:24 · 1074 阅读 · 0 评论 -
seaborn笔记
画出种类散点图 face = sns.FacetGrid(data,hue="Species",size=5) face.map(plt.scatter,"SepalLengthCm","SepalWidthCm") face.add_legend() plt.show()原创 2020-05-06 14:14:14 · 194 阅读 · 0 评论 -
pyechart笔记
添加标题from pyecharts import options as optsbar添加数据要使用列表原创 2020-05-16 09:50:22 · 404 阅读 · 0 评论 -
Python可视化第三方库
来源1. matplotlibhttps://matplotlib.org/2. seabornhttp://seaborn.pydata.org/3. holoviewshttp://holoviews.org/4. Altairhttps://altair-viz.github.io/5. PyQtGraphhttp://www.pyqtgraph.org/6. ggpl...转载 2020-05-06 09:10:31 · 1474 阅读 · 0 评论