首页
学习
活动
专区
工具
TVP
发布

极客慕白的成长之路

https://geekmubai.com
专栏成员
97
文章
241564
阅读量
28
订阅数
Subplot和Subplots绘制子图
plot可以绘出精美的图形,但是如果想要在一张图中展示多个子图,plot就很难办了。
慕白
2020-01-02
1.4K0
Pandas绘图之Series和Dataframe
import numpy as np import pandas as pd from pandas import Series import matplotlib.pyplot as plt s1 = Series(np.random.randn(10)).cumsum()
慕白
2020-01-02
2.4K0
Seaborn
color_map = dict(zip(iris.Name.unique(), ['blue','green','red']))
慕白
2020-01-02
1.3K0
Seaborn强大的调色功能
def sinplot(): x = np.linspace(0,14,100) plt.figure(figsize=(8,6)) for i in range(4): plt.plot(x, np.sin(x+i)*(i+0.75), label='sin(x+%s)*(%s+0.75)'% (i,i)) plt.legend() sinplot()
慕白
2020-01-02
1.1K0
Matplotlib介绍及使用
Matplotlib的功能和matlab中的画图的功能十分类似。因为matlab进行画图相对来说比较复杂,所以使用python中的Matplotlib来画图比较方便。
慕白
2020-01-02
1.2K0
没有更多了
社区活动
【纪录片】中国数据库前世今生
穿越半个世纪,探寻中国数据库50年的发展历程
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档