Skip to content

Commit

Permalink
fix: change context managed backend (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarros authored and aquemy committed Nov 22, 2022
1 parent 09b71ab commit 11e1a8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pandas_profiling/visualisation/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def manage_matplotlib_context() -> Any:
"ytick.minor.width": 0.5,
"xtick.major.pad": 7,
"ytick.major.pad": 7,
"backend": "agg",
}

try:
Expand Down

0 comments on commit 11e1a8a

Please sign in to comment.