Skip to content

VIS: register_matplotlib_converters is exposed through plotting backend #27152

Open
@jorisvandenbossche

Description

@jorisvandenbossche

With the recent plotting backend refactor, the pandas.plotting.register_matplotlib_converters is now referring to the "general" register which calls the plotting backend, instead of just being the matplotlib register function.

It probably doesn't make much sense to expose this through the plotting backend?
It is maybe done for consistency (everything goes through the plotting backend, also internally), but personally I found this indirection confusing when looking at the source code (for this case).

cc @datapythonista

Metadata

Metadata

Assignees

No one assigned

    Labels

    InternalsRelated to non-user accessible pandas implementationNeeds DiscussionRequires discussion from core team before further actionVisualizationplotting

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions