Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Carlos-Francisco Méndez-Cruz
/
automatic-extraction-growth-conditions
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Estefani Gaytan Nunez
2020-02-12 15:53:28 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
810979a45989b6d9523582aaa4f43e09a1969db8
810979a4
1 parent
539cfc38
upload
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
CRF/bin/figures/figures-tag-report_v3.py
CRF/bin/figures/figures-tag-report_v3.py
View file @
810979a
...
...
@@ -3,6 +3,7 @@ import re
from
collections
import
defaultdict
as
df
import
os
import
random
from
seaborn
import
heatmap
as
HM
from
pandas
import
DataFrame
as
DF
import
matplotlib.pyplot
as
plt
...
...
@@ -92,3 +93,4 @@ if __name__ == '__main__':
print
(
'------------------------------- SAVING DATA --------------------------------'
)
for
k
in
score
.
keys
():
savescreen
(
options
.
table
,
score
[
k
],
os
.
path
.
join
(
options
.
outputPath
,
'ScoreTags_'
+
k
+
'_'
+
str
(
options
.
outFile
)))
...
...
Please
register
or
login
to post a comment