Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NormannK committed Jan 14, 2025
1 parent 82e6a77 commit 4818050
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/akkudoktoreos/utils/visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
from akkudoktoreos.utils.datetimeutil import to_datetime

logger = get_logger(__name__)
matplotlib.use("Agg")
matplotlib.use(
"Agg"
) # non-interactive backend that can only write to files, backend needed to stay in main thread.


class VisualizationReport(ConfigMixin):
Expand Down

0 comments on commit 4818050

Please sign in to comment.