8000 [MNT]: Privatize Tick.set_label1() / Tick.set_label2() · Issue #25833 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
[MNT]: Privatize Tick.set_label1() / Tick.set_label2() #25833
Closed
@timhoffm

Description

@timhoffm

Summary

Inspired by #8181.

These methods give the impression of a relatively high-level interface to modify Ticks. However, in practice this is overwritten by the formatter at draw time. No normal user should have the need to work with them. And in the rare case that they have, they could go low-level and code that explicitly Tick.label1.set_text(); Tick.stale=True.

Proposed fix

Deprecate and make private.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0