|
154 | 154 | :class:`PercentFormatter`
|
155 | 155 | Format labels as a percentage
|
156 | 156 |
|
157 |
| -:class:`IntegerFormatter` |
158 |
| - Extension of :class:`StrMethodFormatter` to support integer formats. |
159 |
| -
|
160 |
| -:class:`LinearScaleFormatter` |
161 |
| - Wrap another formatter to display transformed values. |
| 157 | +:class:`TransformFormatter` |
| 158 | + Generic form of :class:`FuncFormatter` that transforms input values. |
162 | 159 |
|
163 | 160 | You can derive your own formatter from the Formatter base class by
|
164 | 161 | simply overriding the ``__call__`` method. The formatter class has
|
|
201 | 198 | 'LogFormatterExponent', 'LogFormatterMathtext',
|
202 | 199 | 'IndexFormatter', 'LogFormatterSciNotation',
|
203 | 200 | 'LogitFormatter', 'EngFormatter', 'PercentFormatter',
|
204 |
| - 'LinearScaleFormatter', 'IntegerFormatter', 'Locator', |
205 |
| - 'IndexLocator', 'FixedLocator', 'NullLocator', |
206 |
| - 'LinearLocator', 'LogLocator', 'AutoLocator', |
207 |
| - 'MultipleLocator', 'MaxNLocator', 'AutoMinorLocator', |
208 |
| - 'SymmetricalLogLocator', 'LogitLocator') |
| 201 | + 'TransformFormatter', 'Locator', 'IndexLocator', |
| 202 | + 'FixedLocator', 'NullLocator', 'LinearLocator', 'LogLocator', |
| 203 | + 'AutoLocator', 'MultipleLocator', 'MaxNLocator', |
| 204 | + 'AutoMinorLocator', 'SymmetricalLogLocator', 'LogitLocator') |
209 | 205 |
|
210 | 206 |
|
211 | 207 | if six.PY3:
|
|
0 commit comments