Sets the opacity of the trace. The 'opacity' property is a number and may be specified as: - An int or float in the interval [0, 1] Returns ------- int|float
(self)
| 823 | |
| 824 | @property |
| 825 | def opacity(self): |
| 826 | """ |
| 827 | Sets the opacity of the trace. |
| 828 | |
| 829 | The 'opacity' property is a number and may be specified as: |
| 830 | - An int or float in the interval [0, 1] |
| 831 | |
| 832 | Returns |
| 833 | ------- |
| 834 | int|float |
| 835 | """ |
| 836 | return self["opacity"] |
| 837 | |
| 838 | @opacity.setter |
| 839 | def opacity(self, val): |
no outgoing calls
no test coverage detected