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

Method bar

plotly/graph_objs/indicator/_gauge.py:43–57  ·  view source on GitHub ↗

Set the appearance of the gauge's value The 'bar' property is an instance of Bar that may be specified as: - An instance of :class:`plotly.graph_objs.indicator.gauge.Bar` - A dict of string/value properties that will be passed to the Bar cons

(self)

Source from the content-addressed store, hash-verified

41
42 @property
43 def bar(self):
44 """
45 Set the appearance of the gauge's value
46
47 The 'bar' property is an instance of Bar
48 that may be specified as:
49 - An instance of :class:`plotly.graph_objs.indicator.gauge.Bar`
50 - A dict of string/value properties that will be passed
51 to the Bar constructor
52
53 Returns
54 -------
55 plotly.graph_objs.indicator.gauge.Bar
56 """
57 return self["bar"]
58
59 @bar.setter
60 def bar(self, val):

Callers 10

test_pandas_exampleFunction · 0.45
test_no_pd_perf_warningFunction · 0.45
test_seriesFunction · 0.45
test_vertical_barFunction · 0.45
test_h_and_v_barsFunction · 0.45
test_bar_dataFunction · 0.45
test_bars_dataFunction · 0.45
plotly-express.pyFile · 0.45

Calls

no outgoing calls

Tested by 9

test_pandas_exampleFunction · 0.36
test_no_pd_perf_warningFunction · 0.36
test_seriesFunction · 0.36
test_vertical_barFunction · 0.36
test_h_and_v_barsFunction · 0.36
test_bar_dataFunction · 0.36
test_bars_dataFunction · 0.36