Skip to content

Commit

Permalink
removed use og 'Agg' backend for matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelfonseca committed Nov 13, 2023
1 parent a2aef25 commit 0828638
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fitburst/utilities/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
# import and configure matplotlig for GUI-less node.
import numpy as np
import matplotlib
matplotlib.use("Agg")
import matplotlib.pyplot as plt
from matplotlib import gridspec

Expand Down

0 comments on commit 0828638

Please sign in to comment.