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

Method format

plotly/graph_objs/table/_cells.py:108–122  ·  view source on GitHub ↗

Sets the cell value formatting rule using d3 formatting mini- languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. The 'format' property is an array that may be specified as a tuple,

(self)

Source from the content-addressed store, hash-verified

106
107 @property
108 def format(self):
109 """
110 Sets the cell value formatting rule using d3 formatting mini-
111 languages which are very similar to those in Python. For
112 numbers, see:
113 https://github.com/d3/d3-format/tree/v1.4.5#d3-format.
114
115 The 'format' property is an array that may be specified as a tuple,
116 list, numpy array, or pandas Series
117
118 Returns
119 -------
120 numpy.ndarray
121 """
122 return self["format"]
123
124 @format.setter
125 def format(self, val):

Callers 15

get_latest_commit_infoFunction · 0.45
type_strFunction · 0.45
raise_invalid_valMethod · 0.45
descriptionMethod · 0.45
descriptionMethod · 0.45
descriptionMethod · 0.45
descriptionMethod · 0.45
descriptionMethod · 0.45
descriptionMethod · 0.45
descriptionMethod · 0.45

Calls

no outgoing calls