The 'diagonal' property is an instance of Diagonal that may be specified as: - An instance of :class:`plotly.graph_objs.splom.Diagonal` - A dict of string/value properties that will be passed to the Diagonal constructor Returns ------
(self)
| 95 | |
| 96 | @property |
| 97 | def diagonal(self): |
| 98 | """ |
| 99 | The 'diagonal' property is an instance of Diagonal |
| 100 | that may be specified as: |
| 101 | - An instance of :class:`plotly.graph_objs.splom.Diagonal` |
| 102 | - A dict of string/value properties that will be passed |
| 103 | to the Diagonal constructor |
| 104 | |
| 105 | Returns |
| 106 | ------- |
| 107 | plotly.graph_objs.splom.Diagonal |
| 108 | """ |
| 109 | return self["diagonal"] |
| 110 | |
| 111 | @diagonal.setter |
| 112 | def diagonal(self, val): |
no outgoing calls
no test coverage detected