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

Method font

plotly/graph_objs/_carpet.py:344–358  ·  view source on GitHub ↗

The default font used for axis & tick labels on this carpet The 'font' property is an instance of Font that may be specified as: - An instance of :class:`plotly.graph_objs.carpet.Font` - A dict of string/value properties that will be passed t

(self)

Source from the content-addressed store, hash-verified

342
343 @property
344 def font(self):
345 """
346 The default font used for axis & tick labels on this carpet
347
348 The 'font' property is an instance of Font
349 that may be specified as:
350 - An instance of :class:`plotly.graph_objs.carpet.Font`
351 - A dict of string/value properties that will be passed
352 to the Font constructor
353
354 Returns
355 -------
356 plotly.graph_objs.carpet.Font
357 """
358 return self["font"]
359
360 @font.setter
361 def font(self, val):

Callers 15

cFunction · 0.45
TFunction · 0.45
nFunction · 0.45
uFunction · 0.45
VyeFunction · 0.45
$1tFunction · 0.45
plotly.min.jsFile · 0.45
ZHtFunction · 0.45
SKtFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected