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

Method split

plotly/graph_objs/ohlc/_hoverlabel.py:233–246  ·  view source on GitHub ↗

Show hover information (open, close, high, low) in separate labels, rather than a single unified label. Default: False. When set to True, `hovertemplate` is ignored. The 'split' property is a boolean and must be specified as: - A boolean value: True or Fal

(self)

Source from the content-addressed store, hash-verified

231
232 @property
233 def split(self):
234 """
235 Show hover information (open, close, high, low) in separate
236 labels, rather than a single unified label. Default: False.
237 When set to True, `hovertemplate` is ignored.
238
239 The 'split' property is a boolean and must be specified as:
240 - A boolean value: True or False
241
242 Returns
243 -------
244 bool
245 """
246 return self["split"]
247
248 @split.setter
249 def split(self, val):

Callers 15

readMethod · 0.45
vc_scalarMethod · 0.45
validate_coerceMethod · 0.45
keyFunction · 0.45
split_multicharFunction · 0.45
relative_importFunction · 0.45
__getattr__Function · 0.45
_swatchesFunction · 0.45
_swatches_continuousFunction · 0.45
_swatches_cyclicalFunction · 0.45

Calls

no outgoing calls

Tested by 5

_assert_output_equalFunction · 0.36
itFunction · 0.36
itFunction · 0.36
test_repr_htmlFunction · 0.36
test_repr_mimebundleFunction · 0.36