Seaborn學習05:分佈圖(多座標顯示)

import numpy as np import seaborn as sns import matplotlib.pyplot as plt sns.set(style="white", palette="muted", color_codes=True) rs = np.random.RandomState(10) d = rs.normal(size=100) # 多個座標顯示 f, a
相關文章
相關標籤/搜索