Gal*_*len 5 python plot python-3.x seaborn
我决定尝试Seaborn的配对,但下面的代码行(https://stanford.edu/~mwaskom/software/seaborn/generated/seaborn.pairplot.html)给了我一个没有数据出现的情节:
>>> import matplotlib.pyplot as plt
>>> import seaborn as sns; sns.set(style="ticks", color_codes=True)
>>> sns.set(font='monospace')
>>> iris = sns.load_dataset("iris")
>>> g = sns.pairplot(iris)
>>> plt.show()
Run Code Online (Sandbox Code Playgroud)
我的阴谋怎么了?
| 归档时间: |
|
| 查看次数: |
2139 次 |
| 最近记录: |