Skip to content

matplotlib v3.3.0 deprecations #218

@prisae

Description

@prisae

Matplotlib v3.3.0 introduced many new features and deprecations, which will fail two minor versions later, see

Several of these affect discretize (mainly View.py), and we have to take care of them sooner or later (currently they just generate a lot of warnings for users on matplotlib v3.3.0, but no errors). Amongst others:

This list is likely to grow, I seem to stumble upon new warnings and errors frequently since I updated. I think the following does not affect discretize though:

  • For symlog-scales, the keywords linthreshx and linthreshy have both be renamed to linthresh.
  • set_xticks(x) and set_xticklabels(labels): if x and labels have different dimensions it was ignored silently until now, but now it raises a ValueError.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions