Sets the scale factor determining the size of the projection marker points. The 'scale' property is a number and may be specified as: - An int or float in the interval [0, 10] Returns ------- int|float
(self)
| 30 | |
| 31 | @property |
| 32 | def scale(self): |
| 33 | """ |
| 34 | Sets the scale factor determining the size of the projection |
| 35 | marker points. |
| 36 | |
| 37 | The 'scale' property is a number and may be specified as: |
| 38 | - An int or float in the interval [0, 10] |
| 39 | |
| 40 | Returns |
| 41 | ------- |
| 42 | int|float |
| 43 | """ |
| 44 | return self["scale"] |
| 45 | |
| 46 | @scale.setter |
| 47 | def scale(self, val): |
no outgoing calls
no test coverage detected