gpt4 book ai didi

python - Seaborn 情节未显示

转载 作者:太空宇宙 更新时间:2023-11-04 03:21:52 25 4
gpt4 key购买 nike

<分区>

我正在学习教程 here对于看起来最简单的例子 - 线性关系。

我不清楚非常宽松的进口,而且似乎无法展示我的情节。

my_seaborn_test.py:

import numpy as np
import seaborn as sns

class SeabornTest(object):
def run_example(self):
sns.set(color_codes=True)
np.random.seed(sum(map(ord, "regression")))
tips = sns.load_dataset("tips")
sns.lmplot(x="size", y="tip", data=tips, x_estimator=np.mean)

在命令行上:

python
from my_seaborn_test import SeabornTest
st = SeabornTest()
st.run_example()

我得到的只是沉默和这个警告:

/home/me/anaconda3/envs/myenv/lib/python3.5/site-packages/matplotlib/__init__.py:892: UserWarning: axes.color_cycle is deprecated and replaced with axes.prop_cycle; please use the latter.
warnings.warn(self.msg_depr % (key, alt_key))

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com