The 'domain' property is an instance of Domain that may be specified as: - An instance of :class:`plotly.graph_objs.pie.Domain` - A dict of string/value properties that will be passed to the Domain constructor Returns -------
(self)
| 168 | |
| 169 | @property |
| 170 | def domain(self): |
| 171 | """ |
| 172 | The 'domain' property is an instance of Domain |
| 173 | that may be specified as: |
| 174 | - An instance of :class:`plotly.graph_objs.pie.Domain` |
| 175 | - A dict of string/value properties that will be passed |
| 176 | to the Domain constructor |
| 177 | |
| 178 | Returns |
| 179 | ------- |
| 180 | plotly.graph_objs.pie.Domain |
| 181 | """ |
| 182 | return self["domain"] |
| 183 | |
| 184 | @domain.setter |
| 185 | def domain(self, val): |