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)
| 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): |
no outgoing calls
no test coverage detected