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
相关文章
相关标签/搜索