The default height to use on image export. This value is only applied if no height value is supplied to the plotly.io to_image or write_image functions. Returns ------- int or None
(self)
| 483 | |
| 484 | @property |
| 485 | def default_height(self): |
| 486 | """ |
| 487 | The default height to use on image export. This value is only |
| 488 | applied if no height value is supplied to the plotly.io |
| 489 | to_image or write_image functions. |
| 490 | |
| 491 | Returns |
| 492 | ------- |
| 493 | int or None |
| 494 | """ |
| 495 | return self._props.get("default_height", None) |
| 496 | |
| 497 | @default_height.setter |
| 498 | def default_height(self, val): |