File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -226,8 +226,8 @@ Adjusting these options *may* allow tests to pass across a range of Matplotlib a
226
226
RMS tolerance
227
227
-------------
228
228
| **kwarg**: ``tolerance=<value>``
229
- | **CLI**: ---
230
- | **INI**: ---
229
+ | **CLI**: ``--mpl-default-tolerance=<value>``
230
+ | **INI**: ``mpl-default-tolerance = <value>``
231
231
| Default: ``2``
232
232
233
233
The maximum RMS difference between the result image and the baseline image before the test fails.
@@ -310,8 +310,8 @@ A dictionary of keyword arguments to pass to :func:`matplotlib.pyplot.savefig`.
310
310
Matplotlib style
311
311
----------------
312
312
| **kwarg**: ``style=<name>``
313
- | **CLI**: ---
314
- | **INI**: ---
313
+ | **CLI**: ``--mpl-default-style=<name>``
314
+ | **INI**: ``mpl-default-style = <name>``
315
315
| Default: ``"classic"``
316
316
317
317
The Matplotlib style to use when saving the figure.
You can’t perform that action at this time.
0 commit comments