Python的seaborn庫

1.概念 seaborn就是在matplotlib基礎上面的封裝,方便直接傳參數調用 2.整體佈局import seaborn as sns sns.set_style("whitegrid") #橫座標有標線,縱座標沒有標線,背景白色 sns.set_style("darkgrid") #默認,橫縱座標都有標線,組成一個一個格子,背景稍微深色 sns.set_style("dark")#背景稍微
相關文章
相關標籤/搜索