Get the formatter of the minor ticker.
(self)
| 1786 | return self.major.formatter |
| 1787 | |
| 1788 | def get_minor_formatter(self): |
| 1789 | """Get the formatter of the minor ticker.""" |
| 1790 | return self.minor.formatter |
| 1791 | |
| 1792 | def get_major_ticks(self, numticks=None): |
| 1793 | r""" |
no outgoing calls