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

Method frames

plotly/basedatatypes.py:2856–2864  ·  view source on GitHub ↗

The `frames` property is a tuple of the figure's frame objects Returns ------- tuple[plotly.graph_objs.Frame]

(self)

Source from the content-addressed store, hash-verified

2854 # ------
2855 @property
2856 def frames(self):
2857 """
2858 The `frames` property is a tuple of the figure's frame objects
2859
2860 Returns
2861 -------
2862 tuple[plotly.graph_objs.Frame]
2863 """
2864 return self["frames"]
2865
2866 @frames.setter
2867 def frames(self, new_frames):

Callers

nothing calls this directly

Calls 1

validate_coerceMethod · 0.45

Tested by

no test coverage detected