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

Method angle

plotly/graph_objs/box/_marker.py:22–35  ·  view source on GitHub ↗

Sets the marker angle in respect to `angleref`. The 'angle' property is a angle (in degrees) that may be specified as a number between -180 and 180. Numeric values outside this range are converted to the equivalent value (e.g. 270 is converted to -90).

(self)

Source from the content-addressed store, hash-verified

20
21 @property
22 def angle(self):
23 """
24 Sets the marker angle in respect to `angleref`.
25
26 The 'angle' property is a angle (in degrees) that may be
27 specified as a number between -180 and 180.
28 Numeric values outside this range are converted to the equivalent value
29 (e.g. 270 is converted to -90).
30
31 Returns
32 -------
33 int|float
34 """
35 return self["angle"]
36
37 @angle.setter
38 def angle(self, val):

Callers 15

VuFunction · 0.45
sfFunction · 0.45
slFunction · 0.45
CfFunction · 0.45
hlFunction · 0.45
HuFunction · 0.45
xfFunction · 0.45
CsFunction · 0.45
XfFunction · 0.45
UsFunction · 0.45
JtFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected