Skip to content

future warning - iteritems - when using FacetGrid.refline #3093

@liorpol

Description

@liorpol

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions