-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Promote _Backend to public api #19605
Copy link
Copy link
Closed
Labels
New featurestatus: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Actionstatus: needs comment/discussionneeds consensus on next stepneeds consensus on next step
Description
Activity
Metadata
Metadata
Assignees
Labels
New featurestatus: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Actionstatus: needs comment/discussionneeds consensus on next stepneeds consensus on next step
Problem
Discussed on gitter here: https://gitter.im/matplotlib/matplotlib?at=603c83fc44f5a454a447c6e9
The
_Backendclass added in #8773 would be useful for external backends such as ipympl, and is already used by mplcairo. But it is currently marked as a private.Proposed Solution
_Backendpublic_Backendas stable.