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 16:51:39 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d1375fc2b8751a1e25d3b9b6d9158d89e75b6760
d1375fc2
1 parent
1746fe09
upload
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
CRF/bin/figures/figures-report.py
CRF/figures/enero/FigureGrid_v14.png
CRF/bin/figures/figures-report.py
View file @
d1375fc
...
...
@@ -95,11 +95,7 @@ if __name__ == '__main__':
plt
.
plot
(
scoresTable
[
'CV'
],
'ro--'
,
label
=
'CV'
,
linewidth
=
1
,
markersize
=
6
)
for
k
,
v
in
dict
(
scoresTable
)
.
items
():
for
a
,
b
in
zip
(
range
(
64
),
v
):
plt
.
text
(
a
-
0.5
,
float
(
b
)
+
0.0020
,
b
[
0
:
7
],
fontsize
=
6
)
#print(a,b)
plt
.
text
(
a
-
0.5
,
float
(
b
)
+
0.0020
,
b
[
0
:
7
],
fontsize
=
5
)
plt
.
legend
(
loc
=
'upper left'
)
plt
.
xticks
(
range
(
64
),
list
(
scoresTable
.
index
)[
0
:
65
],
rotation
=
90
,
fontsize
=
8
)
#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)'], rotation=90)
#plt.xticks(range(64),['run1_v10', 'run2_v10', 'run3_v10', 'run4_v10', 'run5_v10', 'run6_v10', 'run7_v10', 'run8_v10', 'run1_v11', 'run2_v11', 'run3_v11', 'run4_v11', 'run5_v11', 'run6_v11', 'run7_v11', 'run8_v11', 'run1_v12', 'run2_v12', 'run3_v12', 'run4_v12', 'run5_v12', 'run6_v12', 'run7_v12', 'run8_v12', 'run1_v13', 'run2_v13', 'run3_v13', 'run4_v13', 'run5_v13', 'run6_v13', 'run7_v13', 'run8_v13', 'run9_v10', 'run10_v10', 'run11_v10', 'run12_v10', 'run13_v10', 'run14_v10', 'run15_v10', 'run16_v10', 'run9_v11', 'run10_v11', 'run11_v11', 'run12_v11', 'run13_v11', 'run14_v11', 'run15_v11', 'run16_v11' 'run9_v12', 'run10_v12', 'run11_v12', 'run12_v12', 'run13_v12', 'run14_v12', 'run15_v12', 'run16_v12','run9_v13', 'run10_v13', 'run11_v13', 'run12_v13', 'run13_v13', 'run14_v13', 'run15_v13', 'run16_v13'], rotation=90)
fig
.
savefig
(
imageName
,
bbox_inches
=
'tight'
,
pad_inches
=
0.5
)
plt
.
xticks
(
range
(
64
),
list
(
scoresTable
.
index
)[
0
:
65
],
rotation
=
90
,
fontsize
=
8
)
fig
.
savefig
(
imageName
,
bbox_inches
=
'tight'
,
pad_inches
=
0.3
)
...
...
CRF/figures/enero/FigureGrid_v14.png
View file @
d1375fc
255 KB
|
W:
|
H:
235 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Please
register
or
login
to post a comment