Return copy of the parameters for the layout engine.
(self)
| 95 | return self._adjust_compatible |
| 96 | |
| 97 | def get(self): |
| 98 | """ |
| 99 | Return copy of the parameters for the layout engine. |
| 100 | """ |
| 101 | return dict(self._params) |
| 102 | |
| 103 | def execute(self, fig): |
| 104 | """ |
no outgoing calls