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

Method close

plotly/graph_objs/_ohlc.py:68–79  ·  view source on GitHub ↗

Sets the close values. The 'close' 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

66
67 @property
68 def close(self):
69 """
70 Sets the close values.
71
72 The 'close' property is an array that may be specified as a tuple,
73 list, numpy array, or pandas Series
74
75 Returns
76 -------
77 numpy.ndarray
78 """
79 return self["close"]
80
81 @close.setter
82 def close(self, val):

Callers 4

runMethod · 0.45
find_open_portFunction · 0.45
OFunction · 0.45
jFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected