Skip to content

Commit

Permalink
updated plotter to use platform specific backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ragib06 committed Jan 31, 2020
1 parent e9f48b1 commit 6cf0b15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions evaluation/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

if platform == "darwin":
matplotlib.use('TkAgg')
else:
matplotlib.use('Agg')

import matplotlib.pyplot as plt

Expand Down

0 comments on commit 6cf0b15

Please sign in to comment.