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

Method number

plotly/graph_objs/_indicator.py:370–382  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

368
369 @property
370 def number(self):
371 """
372 The 'number' property is an instance of Number
373 that may be specified as:
374 - An instance of :class:`plotly.graph_objs.indicator.Number`
375 - A dict of string/value properties that will be passed
376 to the Number constructor
377
378 Returns
379 -------
380 plotly.graph_objs.indicator.Number
381 """
382 return self["number"]
383
384 @number.setter
385 def number(self, val):

Callers 15

tAFunction · 0.80
$xFunction · 0.80
interpolateMethod · 0.80
interpolateMethod · 0.80
pointCoordinateMethod · 0.80
renderFrameMethod · 0.80
easeToMethod · 0.80
_updateElevationMethod · 0.80
flyToMethod · 0.80
plotly.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected