Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Description
Problem
Discussed on gitter here:https://gitter.im/matplotlib/matplotlib?at=603c83fc44f5a454a447c6e9
The_Backend
class 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
- Make
_Backend
public - Document
_Backend
as stable.