MCPcopy Create free account
hub / github.com/plotly/plotly.py / highlight

Method highlight

plotly/graph_objs/surface/contours/_y.py:67–79  ·  view source on GitHub ↗

Determines whether or not contour lines about the y dimension are highlighted on hover. The 'highlight' property is a boolean and must be specified as: - A boolean value: True or False Returns ------- bool

(self)

Source from the content-addressed store, hash-verified

65
66 @property
67 def highlight(self):
68 """
69 Determines whether or not contour lines about the y dimension
70 are highlighted on hover.
71
72 The 'highlight' property is a boolean and must be specified as:
73 - A boolean value: True or False
74
75 Returns
76 -------
77 bool
78 """
79 return self["highlight"]
80
81 @highlight.setter
82 def highlight(self, val):

Callers 15

bFunction · 0.45
CFunction · 0.45
plotly.min.jsFile · 0.45
formatHeaderMethod · 0.45
formatItemLabelMethod · 0.45
bFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected