The starting index of grid lines along the axis The 'tick0' property is a number and may be specified as: - An int or float in the interval [0, inf] Returns ------- int|float
(self)
| 955 | |
| 956 | @property |
| 957 | def tick0(self): |
| 958 | """ |
| 959 | The starting index of grid lines along the axis |
| 960 | |
| 961 | The 'tick0' property is a number and may be specified as: |
| 962 | - An int or float in the interval [0, inf] |
| 963 | |
| 964 | Returns |
| 965 | ------- |
| 966 | int|float |
| 967 | """ |
| 968 | return self["tick0"] |
| 969 | |
| 970 | @tick0.setter |
| 971 | def tick0(self, val): |
no outgoing calls
no test coverage detected