Catblot Seaborn中的标记问题

时间:2019-05-03 21:35:51

标签: python pandas seaborn markers

我正在尝试以以下方式执行命令:

temp = sns.catplot(x="Time", y="Total", 
                   hue="Location", data=combo, aspect = 3, 
                   markers = ["x","o","v","s","P","+","D","1","*"])

有9个位置,因此,我放置了9个标记。我仍然得到

  File "C:\Users\dbhadra\AppData\Local\Continuum\anaconda3\lib\site-packages\matplotlib\artist.py", line 912, in _update_property
    raise AttributeError('Unknown property %s' % k)

AttributeError: Unknown property markers

我在这里想念什么?

0 个答案:

没有答案