Return string for non-decade locations.
(self, sign_string, base, fx, usetex)
| 1148 | """ |
| 1149 | |
| 1150 | def _non_decade_format(self, sign_string, base, fx, usetex): |
| 1151 | """Return string for non-decade locations.""" |
| 1152 | return r'$\mathdefault{%s%s^{%.2f}}$' % (sign_string, base, fx) |
| 1153 | |
| 1154 | def __call__(self, x, pos=None): |
| 1155 | # docstring inherited |