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

Method axis

plotly/graph_objs/indicator/_gauge.py:24–36  ·  view source on GitHub ↗

The 'axis' property is an instance of Axis that may be specified as: - An instance of :class:`plotly.graph_objs.indicator.gauge.Axis` - A dict of string/value properties that will be passed to the Axis constructor Returns -------

(self)

Source from the content-addressed store, hash-verified

22
23 @property
24 def axis(self):
25 """
26 The 'axis' property is an instance of Axis
27 that may be specified as:
28 - An instance of :class:`plotly.graph_objs.indicator.gauge.Axis`
29 - A dict of string/value properties that will be passed
30 to the Axis constructor
31
32 Returns
33 -------
34 plotly.graph_objs.indicator.gauge.Axis
35 """
36 return self["axis"]
37
38 @axis.setter
39 def axis(self, val):

Calls

no outgoing calls

Tested by

no test coverage detected