AkshatJain1402 commited on
Commit
6d2612e
1 Parent(s): fcb0cdb

matplotlib.use('agg') added this

Browse files
Files changed (1) hide show
  1. sort.py +1 -1
sort.py CHANGED
@@ -21,7 +21,7 @@ import os
21
  import numpy as np
22
  import matplotlib
23
 
24
- matplotlib.use('TkAgg')
25
  import matplotlib.pyplot as plt
26
  import matplotlib.patches as patches
27
  from skimage import io
 
21
  import numpy as np
22
  import matplotlib
23
 
24
+ matplotlib.use('agg')
25
  import matplotlib.pyplot as plt
26
  import matplotlib.patches as patches
27
  from skimage import io