The 'histogram' property is a tuple of instances of Histogram that may be specified as: - A list or tuple of instances of plotly.graph_objs.layout.template.data.Histogram - A list or tuple of dicts of string/value properties that will be passed to the
(self)
| 404 | |
| 405 | @property |
| 406 | def histogram(self): |
| 407 | """ |
| 408 | The 'histogram' property is a tuple of instances of |
| 409 | Histogram that may be specified as: |
| 410 | - A list or tuple of instances of plotly.graph_objs.layout.template.data.Histogram |
| 411 | - A list or tuple of dicts of string/value properties that |
| 412 | will be passed to the Histogram constructor |
| 413 | |
| 414 | Returns |
| 415 | ------- |
| 416 | tuple[plotly.graph_objs.layout.template.data.Histogram] |
| 417 | """ |
| 418 | return self["histogram"] |
| 419 | |
| 420 | @histogram.setter |
| 421 | def histogram(self, val): |
no outgoing calls