|
115 | 115 | :class:`FuncFormatter` |
116 | 116 | user defined function sets the labels |
117 | 117 |
|
| 118 | +:class:`StrMethodFormatter` |
| 119 | + Use string `format` method |
| 120 | +
|
118 | 121 | :class:`FormatStrFormatter` |
119 | 122 | use a sprintf format string |
120 | 123 |
|
@@ -1991,8 +1994,8 @@ def get_locator(self, d): |
1991 | 1994 |
|
1992 | 1995 | __all__ = ('TickHelper', 'Formatter', 'FixedFormatter', |
1993 | 1996 | 'NullFormatter', 'FuncFormatter', 'FormatStrFormatter', |
1994 | | - 'ScalarFormatter', 'LogFormatter', 'LogFormatterExponent', |
1995 | | - 'LogFormatterMathtext', 'Locator', 'IndexLocator', |
1996 | | - 'FixedLocator', 'NullLocator', 'LinearLocator', |
1997 | | - 'LogLocator', 'AutoLocator', 'MultipleLocator', |
1998 | | - 'MaxNLocator', 'AutoMinorLocator',) |
| 1997 | + 'StrMethodFormatter', 'ScalarFormatter', 'LogFormatter', |
| 1998 | + 'LogFormatterExponent', 'LogFormatterMathtext', 'Locator', |
| 1999 | + 'IndexLocator', 'FixedLocator', 'NullLocator', |
| 2000 | + 'LinearLocator', 'LogLocator', 'AutoLocator', |
| 2001 | + 'MultipleLocator', 'MaxNLocator', 'AutoMinorLocator',) |
0 commit comments