迷人羊

文章
4
资源
0
加入时间
3年0月8天

seaborn柱状图实例

import matplotlib.pyplot as pltimport seaborn as snssns.set(style="dark", context="talk")rs = np.random.RandomState(8)f, (ax1, ax2, ax3) = plt.subplots(3, 1, figsize=(7, 5), sharex=True) # 分...