Closed
Description
Currently we instantiate figure registry instances, which maybe is OK:
import mpl_gui as mg
fr = mg.FigureRegistry()
fig, ax = fr.subplots()
but is it possible to provide a default registry with an import?
import mpl_gui.registry as fr
fig, ax = fr.subplots()
That would be more analogous to what we have now, but the cost would be a global lying around.
Metadata
Metadata
Assignees
Labels
No labels