Skip to content

Commit

Permalink
fix(gui): use Agg backend for plots
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Jul 15, 2024
1 parent c035a23 commit 046f6d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gui/plots.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import matplotlib

matplotlib.use("agg")

import numpy as np
import pandas as pd
from matplotlib import pyplot as plt
Expand Down

0 comments on commit 046f6d6

Please sign in to comment.