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-11 13:52:48 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
66145c76e7440a19d6b2072292ab8d5c7f5715e6
66145c76
1 parent
629023ee
upload
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
CRF/bin/figures/figures-report.py
CRF/bin/figures/figures-report.py
View file @
66145c7
...
...
@@ -93,6 +93,5 @@ if __name__ == '__main__':
plt
.
plot
(
scoresTable
[
'recall'
],
'o--'
,
label
=
'recall'
,
linewidth
=
3
,
markersize
=
15
)
plt
.
plot
(
scoresTable
[
'CV'
],
'o--'
,
label
=
'CV'
,
linewidth
=
3
,
markersize
=
15
)
plt
.
legend
(
loc
=
'lower right'
)
plt
.
xticks
(
range
(
8
),[
'run1'
,
'run2'
,
'run3'
,
'run4'
,
'run5'
,
'run6'
,
'run7'
,
'run8'
,
'run1-NER(9)'
,
'run2-NER(10)'
,
'run3-NER(11)'
,
'run4-NER(12)'
,
'run5-NER(13)'
,
'run6-NER(14)'
,
'run7-NER(15)'
,
'run8-NER(16)'
])
plt
.
xticks
(
range
(
16
),[
'run1'
,
'run2'
,
'run3'
,
'run4'
,
'run5'
,
'run6'
,
'run7'
,
'run1-NER(9)'
,
'run2-NER(10)'
,
'run3-NER(11)'
,
'run4-NER(12)'
,
'run5-NER(13)'
,
'run6-NER(14)'
,
'run7-NER(15)'
,
'run8-NER(16)'
])
fig
.
savefig
(
imageName
,
bbox_inches
=
'tight'
,
pad_inches
=
0.5
)
...
...
Please
register
or
login
to post a comment