Python的seaborn库

1.概念 seaborn就是在matplotlib基础上面的封装,方便直接传参数调用 2.整体布局import seaborn as sns sns.set_style("whitegrid") #横坐标有标线,纵坐标没有标线,背景白色 sns.set_style("darkgrid") #默认,横纵坐标都有标线,组成一个一个格子,背景稍微深色 sns.set_style("dark")#背景稍微
相关文章
相关标签/搜索