Skip to content

Matplotlib DeprecationWarning - converter attribute was deprecated in Matplotlib 3.10 #201

@joshdunnlime

Description

@joshdunnlime

I'm using matplotlib and label-lines latest 3.10 and 0.7.0 and get the following warning:

DeprecationWarning: The converter attribute was deprecated in Matplotlib 3.10 and will be removed in 3.12. Use get_converter and set_converter methods instead.
if isinstance(ax.xaxis.converter, DateConverter):

Here is the reference.

I had a quick look at this and I think the change is just ax.xaxis.get_converter().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions