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

Method default_height

plotly/io/_orca.py:485–495  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

getMethod · 0.45
popMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected