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

Method open

plotly/graph_objs/_ohlc.py:687–698  ·  view source on GitHub ↗

Sets the open values. The 'open' property is an array that may be specified as a tuple, list, numpy array, or pandas Series Returns ------- numpy.ndarray

(self)

Source from the content-addressed store, hash-verified

685
686 @property
687 def open(self):
688 """
689 Sets the open values.
690
691 The 'open' property is an array that may be specified as a tuple,
692 list, numpy array, or pandas Series
693
694 Returns
695 -------
696 numpy.ndarray
697 """
698 return self["open"]
699
700 @open.setter
701 def open(self, val):

Callers 13

write_htmlFunction · 0.45
open_html_in_browserFunction · 0.45
_create_us_counties_dfFunction · 0.45
PaFunction · 0.45
ftFunction · 0.45
JtFunction · 0.45
YFunction · 0.45
SnFunction · 0.45
plotly.min.jsFile · 0.45
MrFunction · 0.45
irFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected