MCPcopy Create free account
hub / github.com/plotly/plotly.py / scale

Method scale

plotly/graph_objs/scatter3d/projection/_y.py:32–44  ·  view source on GitHub ↗

Sets the scale factor determining the size of the projection marker points. The 'scale' property is a number and may be specified as: - An int or float in the interval [0, 10] Returns ------- int|float

(self)

Source from the content-addressed store, hash-verified

30
31 @property
32 def scale(self):
33 """
34 Sets the scale factor determining the size of the projection
35 marker points.
36
37 The 'scale' property is a number and may be specified as:
38 - An int or float in the interval [0, 10]
39
40 Returns
41 -------
42 int|float
43 """
44 return self["scale"]
45
46 @scale.setter
47 def scale(self, val):

Callers 15

get_marker_styleFunction · 0.45
ocFunction · 0.45
XcFunction · 0.45
qcFunction · 0.45
ScFunction · 0.45
TuFunction · 0.45
ElFunction · 0.45
QfFunction · 0.45
LhFunction · 0.45
vfFunction · 0.45
lfFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected