MCPcopy
hub / github.com/matplotlib/matplotlib / get_layout_engine

Method get_layout_engine

lib/matplotlib/figure.py:2755–2756  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2753 'has been created. Engine not changed.')
2754
2755 def get_layout_engine(self):
2756 return self._layout_engine
2757
2758 # TODO: I'd like to dynamically add the _repr_html_ method
2759 # to the figure in the right context, but then IPython doesn't

Callers 15

__init__Method · 0.95
get_tight_layoutMethod · 0.95
drawMethod · 0.95
tight_layoutMethod · 0.95
test_invalid_layoutsFunction · 0.95
plot_childrenFunction · 0.45
autofmt_xdateMethod · 0.45
colorbarMethod · 0.45
subplots_adjustMethod · 0.45

Calls

no outgoing calls