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

Method line

plotly/graph_objs/_box.py:648–660  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

646
647 @property
648 def line(self):
649 """
650 The 'line' property is an instance of Line
651 that may be specified as:
652 - An instance of :class:`plotly.graph_objs.box.Line`
653 - A dict of string/value properties that will be passed
654 to the Line constructor
655
656 Returns
657 -------
658 plotly.graph_objs.box.Line
659 """
660 return self["line"]
661
662 @line.setter
663 def line(self, val):

Callers 8

test_line_modeFunction · 0.45
test_mixed_input_errorFunction · 0.45
test_mixed_number_inputFunction · 0.45
test_line_groupFunction · 0.45
plotly-express.pyFile · 0.45
test_deepcopy_dataframeFunction · 0.45
test_deepcopy_arrayFunction · 0.45

Calls

no outgoing calls

Tested by 7

test_line_modeFunction · 0.36
test_mixed_input_errorFunction · 0.36
test_mixed_number_inputFunction · 0.36
test_line_groupFunction · 0.36
test_deepcopy_dataframeFunction · 0.36
test_deepcopy_arrayFunction · 0.36