Skip to content

Commit

Permalink
Fix dpi from inline backend figures in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Aug 14, 2022
1 parent 6cf4f26 commit 02df759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tools/nb_to_doc.py
Expand Up @@ -121,7 +121,7 @@ def strip_output(nb):
ep = ExecutePreprocessor(
timeout=600,
kernel_name=kernel,
extra_arguments=["--rc figure.dpi=88"]
extra_arguments=["--InlineBackend.rc=figure.dpi=88"]
)
ep.preprocess(nb, {"metadata": {"path": basedir}})

Expand Down

0 comments on commit 02df759

Please sign in to comment.