(self, value)
| 1097 | return self.fix_minus(s) |
| 1098 | |
| 1099 | def format_data(self, value): |
| 1100 | with cbook._setattr_cm(self, labelOnlyBase=False): |
| 1101 | return cbook.strip_math(self.__call__(value)) |
| 1102 | |
| 1103 | def format_data_short(self, value): |
| 1104 | # docstring inherited |