The default width to use on image export. This value is only applied if no width value is supplied to the plotly.io to_image or write_image functions. Returns ------- int or None
(self)
| 457 | |
| 458 | @property |
| 459 | def default_width(self): |
| 460 | """ |
| 461 | The default width to use on image export. This value is only |
| 462 | applied if no width value is supplied to the plotly.io |
| 463 | to_image or write_image functions. |
| 464 | |
| 465 | Returns |
| 466 | ------- |
| 467 | int or None |
| 468 | """ |
| 469 | return self._props.get("default_width", None) |
| 470 | |
| 471 | @default_width.setter |
| 472 | def default_width(self, val): |