Skip to content

Commit

Permalink
remove dependency on TkAgg/Tkinter
Browse files Browse the repository at this point in the history
  • Loading branch information
nikohansen committed May 1, 2018
1 parent 1c20869 commit a7d7a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-postprocessing/aRTAplots/generate_aRTA_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import matplotlib
# Force matplotlib to not use any Xwindows backend.
matplotlib.use('Agg')
matplotlib.use('TkAgg')
# matplotlib.use('TkAgg')

from matplotlib import patches
import matplotlib.pyplot as plt
Expand Down

0 comments on commit a7d7a2a

Please sign in to comment.