seaborn各種圖表學習

import pandas as pd from matplotlib import pyplot as plt %matplotlib inline import seaborn as sns   #讀取數據 df=pd.read_csv('seaborn.csv',sep=',',encoding='utf-8',index_col=0) df.head()   Name Type 1 Typ
相關文章
相關標籤/搜索