Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -3,6 +3,7 @@ import re | ... | @@ -3,6 +3,7 @@ import re |
3 | from collections import defaultdict as df | 3 | from collections import defaultdict as df |
4 | import os | 4 | import os |
5 | import random | 5 | import random |
6 | +from seaborn import heatmap as HM | ||
6 | from pandas import DataFrame as DF | 7 | from pandas import DataFrame as DF |
7 | import matplotlib.pyplot as plt | 8 | import matplotlib.pyplot as plt |
8 | 9 | ||
... | @@ -92,3 +93,4 @@ if __name__ == '__main__': | ... | @@ -92,3 +93,4 @@ if __name__ == '__main__': |
92 | print('------------------------------- SAVING DATA --------------------------------') | 93 | print('------------------------------- SAVING DATA --------------------------------') |
93 | for k in score.keys(): | 94 | for k in score.keys(): |
94 | savescreen(options.table, score[k], os.path.join(options.outputPath, 'ScoreTags_'+k+'_'+str(options.outFile))) | 95 | savescreen(options.table, score[k], os.path.join(options.outputPath, 'ScoreTags_'+k+'_'+str(options.outFile))) |
96 | + | ... | ... |
-
Please register or login to post a comment