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

Method opacity

plotly/graph_objs/_bar.py:825–836  ·  view source on GitHub ↗

Sets the opacity of the trace. The 'opacity' property is a number and may be specified as: - An int or float in the interval [0, 1] Returns ------- int|float

(self)

Source from the content-addressed store, hash-verified

823
824 @property
825 def opacity(self):
826 """
827 Sets the opacity of the trace.
828
829 The 'opacity' property is a number and may be specified as:
830 - An int or float in the interval [0, 1]
831
832 Returns
833 -------
834 int|float
835 """
836 return self["opacity"]
837
838 @opacity.setter
839 def opacity(self, val):

Callers 15

PtFunction · 0.45
UFunction · 0.45
NFunction · 0.45
PFunction · 0.45
AFunction · 0.45
IaFunction · 0.45
yFunction · 0.45
nFunction · 0.45
rFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected