(self)
| 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 |
no outgoing calls