Set if artist is to be included in layout calculations, E.g. :ref:`constrainedlayout_guide`, `.Figure.tight_layout()`, and ``fig.savefig(fname, bbox_inches='tight')``. Parameters ---------- in_layout : bool
(self, in_layout)
| 1136 | self.pchanged() |
| 1137 | |
| 1138 | def set_in_layout(self, in_layout): |
| 1139 | """ |
| 1140 | Set if artist is to be included in layout calculations, |
| 1141 | E.g. :ref:`constrainedlayout_guide`, |
| 1142 | `.Figure.tight_layout()`, and |
| 1143 | ``fig.savefig(fname, bbox_inches='tight')``. |
| 1144 | |
| 1145 | Parameters |
| 1146 | ---------- |
| 1147 | in_layout : bool |
| 1148 | """ |
| 1149 | self._in_layout = in_layout |
| 1150 | |
| 1151 | def _set_in_autoscale(self, b): |
| 1152 | """ |
no outgoing calls