Skip to content

Commit 3a41470

Browse files
committed
Document tolerance and style CLI and INI options
1 parent 2864ecf commit 3a41470

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/configuration.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ Adjusting these options *may* allow tests to pass across a range of Matplotlib a
226226
RMS tolerance
227227
-------------
228228
| **kwarg**: ``tolerance=<value>``
229-
| **CLI**: ---
230-
| **INI**: ---
229+
| **CLI**: ``--mpl-default-tolerance=<value>``
230+
| **INI**: ``mpl-default-tolerance = <value>``
231231
| Default: ``2``
232232
233233
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`.
310310
Matplotlib style
311311
----------------
312312
| **kwarg**: ``style=<name>``
313-
| **CLI**: ---
314-
| **INI**: ---
313+
| **CLI**: ``--mpl-default-style=<name>``
314+
| **INI**: ``mpl-default-style = <name>``
315315
| Default: ``"classic"``
316316
317317
The Matplotlib style to use when saving the figure.

0 commit comments

Comments
 (0)