Sets the starting contour level value. Must be less than `contours.end` The 'start' property is a number and may be specified as: - An int or float Returns ------- int|float
(self)
| 180 | |
| 181 | @property |
| 182 | def start(self): |
| 183 | """ |
| 184 | Sets the starting contour level value. Must be less than |
| 185 | `contours.end` |
| 186 | |
| 187 | The 'start' property is a number and may be specified as: |
| 188 | - An int or float |
| 189 | |
| 190 | Returns |
| 191 | ------- |
| 192 | int|float |
| 193 | """ |
| 194 | return self["start"] |
| 195 | |
| 196 | @start.setter |
| 197 | def start(self, val): |
no outgoing calls
no test coverage detected