MCPcopy Index your code
hub / github.com/plotly/plotly.py / default_width

Method default_width

plotly/io/_orca.py:459–469  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 3

getMethod · 0.45
popMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected