|
80 | 80 | tick interval into a specified number of minor intervals,
|
81 | 81 | defaulting to 4 or 5 depending on the major interval.
|
82 | 82 |
|
| 83 | +:class:`LogitLocator` |
| 84 | + Locator for logit scaling. |
| 85 | +
|
83 | 86 |
|
84 | 87 | There are a number of locators specialized for date locations - see
|
85 | 88 | the dates module
|
|
132 | 135 | :class:`LogFormatter`
|
133 | 136 | Formatter for log axes
|
134 | 137 |
|
| 138 | +:class:`LogFormatterExponent` |
| 139 | + Format values for log axis using ``exponent = log_base(value)``. |
| 140 | +
|
| 141 | +:class:`LogFormatterMathtext` |
| 142 | + Format values for log axis using ``exponent = log_base(value)`` |
| 143 | + using Math text. |
| 144 | +
|
| 145 | +:class:`LogFormatterSciNotation` |
| 146 | + Format values for log axis using scientific notation. |
| 147 | +
|
| 148 | +:class:`LogitFormatter` |
| 149 | + Probability formatter. |
| 150 | +
|
135 | 151 | :class:`EngFormatter`
|
136 | 152 | Format labels in engineering notation
|
137 | 153 |
|
|
177 | 193 | 'NullFormatter', 'FuncFormatter', 'FormatStrFormatter',
|
178 | 194 | 'StrMethodFormatter', 'ScalarFormatter', 'LogFormatter',
|
179 | 195 | 'LogFormatterExponent', 'LogFormatterMathtext',
|
| 196 | + 'IndexFormatter', 'LogFormatterSciNotation', |
180 | 197 | 'LogitFormatter', 'EngFormatter', 'PercentFormatter',
|
181 | 198 | 'Locator', 'IndexLocator', 'FixedLocator', 'NullLocator',
|
182 | 199 | 'LinearLocator', 'LogLocator', 'AutoLocator',
|
183 | 200 | 'MultipleLocator', 'MaxNLocator', 'AutoMinorLocator',
|
184 |
| - 'SymmetricalLogLocator') |
| 201 | + 'SymmetricalLogLocator', 'LogitLocator') |
185 | 202 |
|
186 | 203 |
|
187 | 204 | if six.PY3:
|
|
0 commit comments