sns.scatterplot(data[ value ],data[ time ],hue=data[ crop_type ])
TypeError Traceback (most recent call last)
<ipython-input-22-e3c53ad1625e> in <cell line: 1>()
----> 1 sns.scatterplot(data[ value ],data[ time ],hue=data[ crop_type ])
TypeError: scatterplot() takes from 0 to 1 positional arguments but 2 positional arguments (and 1 keyword-only argument) were given
我想找到办法,纠正这一错误。