Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0804809

Browse files
committed
DOC: move LogFormatterMathtext whats new
1 parent 2773dae commit 0804809

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/users/whats_new.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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+
288297
Internals
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-
336336
Path simplification updates
337337
---------------------------
338338

0 commit comments

Comments
 (0)