Skip to content

Commit

Permalink
matplotlib tkinter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gsurma committed Sep 15, 2018
1 parent d2f08ad commit d1c9e21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scores/score_logger.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from statistics import mean
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
from collections import deque
import os
Expand Down

0 comments on commit d1c9e21

Please sign in to comment.