File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -285,6 +285,15 @@ from :func:`~matplotlib.pyplot.figure`, it can also be used there::
285285 # fig2.texts: []
286286
287287
288+ Specify minimum value to format as scalar for ``LogFormatterMathtext ``
289+ ----------------------------------------------------------------------
290+
291+ :class: `~matplotlib.ticker.LogFormatterMathtext ` now includes the
292+ option to specify a minimum value exponent to format as a scalar
293+ (ie. 0.001 instead of 10\ :sup: `-3`).
294+
295+
296+
288297Internals
289298+++++++++
290299
@@ -324,15 +333,6 @@ Pending
324333
325334
326335
327- Specify minimum value to format as scalar for ``LogFormatterMathtext ``
328- ----------------------------------------------------------------------
329-
330- :class: `~matplotlib.ticker.LogFormatterMathtext ` now includes the option to
331- specify a minimum value exponent to format as a scalar (ie. 0.001 instead of
332- 10\ :sup: `-3`).
333-
334-
335-
336336Path simplification updates
337337---------------------------
338338
You can’t perform that action at this time.
0 commit comments