Skip to content

Commit

Permalink
docs(config): global configuration for ing_matplotlib_theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed May 10, 2022
1 parent c81e28f commit 6f4f20d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,12 @@ The following snippet modifies the number of jobs and the backend used by ``jobl
import popmon
import popmon.config
# Set Parallel to use 4 threads
popmon.config.parallel_args["n_jobs"] = 4
popmon.config.parallel_args["backend"] = "threading"
# Disable `ing_matplotlib_theme`
popmon.config.themed = False
# Create report as usual
report = df.pm_stability_report(reference_type="self")

0 comments on commit 6f4f20d

Please sign in to comment.