MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / execute

Method execute

lib/matplotlib/layout_engine.py:103–108  ·  view source on GitHub ↗

Execute the layout on the figure given by *fig*.

(self, fig)

Source from the content-addressed store, hash-verified

101 return dict(self._params)
102
103 def execute(self, fig):
104 """
105 Execute the layout on the figure given by *fig*.
106 """
107 # subclasses must implement this.
108 raise NotImplementedError
109
110
111class PlaceHolderLayoutEngine(LayoutEngine):

Callers 2

plot_childrenFunction · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected