When calling FacetGrid.refline, the following warning appears:
Input:
g = sns.catplot(data = [my_data], x = [x_value],
y = [y_value])
g.refline(y =[some_y])
Output:
iteritems is deprecated and will be removed in a future version. Use .items instead.
Seaborn version: 0.12.0
Python versino: 3.10.7