File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed 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::
285
285
# fig2.texts: []
286
286
287
287
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
+
288
297
Internals
289
298
+++++++++
290
299
@@ -324,15 +333,6 @@ Pending
324
333
325
334
326
335
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
-
336
336
Path simplification updates
337
337
---------------------------
338
338
You can’t perform that action at this time.
0 commit comments