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
2019-09-19 10:57:55 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f5d7696d05192b01ac54cc056fed4accedb4782c
f5d7696d
1 parent
19a485f9
upload
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
CRF/bin/FiguresGrid_variants_v12.png
CRF/bin/figures-tag-report.py
CRF/bin/FiguresGrid_variants_v12.png
View file @
f5d7696
52.4 KB
|
W:
|
H:
358 KB
|
W:
|
H:
2-up
Swipe
Onion skin
CRF/bin/figures-tag-report.py
View file @
f5d7696
...
...
@@ -137,9 +137,9 @@ if __name__ == '__main__':
fig
.
set_figwidth
(
20
)
plt
.
xlabel
(
"Runs"
)
plt
.
ylabel
(
"score"
)
plt
.
ylim
(
-
0.2
,
1.2
)
plt
.
ylim
(
0.4
,
1.2
)
variantTags
=
[
k
for
k
in
tags
.
keys
()
if
len
(
set
(
tags
[
k
]))
>
1
]
lines
=
[
'r^'
,
'ro'
,
'g^'
,
'go'
,
'b^'
,
'bo'
,
'm^'
,
'mo'
,
'c^'
,
'co'
,
'ch'
,
'rh'
,
'gh'
,
'bh'
,
'mh'
]
#
lines = [ 'r^', 'ro', 'g^', 'go', 'b^', 'bo' , 'm^', 'mo', 'c^', 'co', 'ch', 'rh', 'gh', 'bh','mh']
for
i
,
k
in
enumerate
(
variantTags
):
plt
.
grid
(
False
)
plt
.
plot
(
precision
[
k
],
lines
[
i
],
label
=
k
,
linewidth
=
(
15
-
i
)
*
2
)
...
...
Please
register
or
login
to post a comment