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
226226RMS 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
233233The 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
317317The Matplotlib style to use when saving the figure.
You can’t perform that action at this time.
0 commit comments