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:18:30 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a7e3ae9641506cb6efe890dba43312a533669af7
a7e3ae96
1 parent
834f9d43
upload
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
CRF/bin/FiguresGrid_v12_v12.png
CRF/bin/figures-tag-report.py
CRF/bin/upgit.sh
CRF/bin/FiguresGrid_v12_v12.png
View file @
a7e3ae9
50.3 KB
|
W:
|
H:
97.7 KB
|
W:
|
H:
2-up
Swipe
Onion skin
CRF/bin/figures-tag-report.py
View file @
a7e3ae9
...
...
@@ -114,15 +114,15 @@ if __name__ == '__main__':
imageName
=
str
(
options
.
figureName
)
+
'_'
+
str
(
options
.
version
)
fig
=
plt
.
figure
()
plt
.
rcParams
.
update
({
'font.size'
:
15
})
#
fig.set_figheight(13)
#
fig.set_figwidth(20)
fig
.
set_figheight
(
13
)
fig
.
set_figwidth
(
20
)
plt
.
xlabel
(
"Runs"
)
plt
.
ylabel
(
"score"
)
plt
.
ylim
(
-
0.2
,
1.2
)
lines
=
[
'-'
,
'--'
,
'-.'
,
':'
,
','
,
'o'
,
'v'
,
'^'
,
'<'
,
'>'
,
'1'
,
'2'
,
'3'
,
'4'
,
's'
,
'p'
,
'*'
,
'h'
,
'H'
,
'+'
,
'x'
,
'D'
,
'd'
,
'|'
,
'_'
]
#lines=['-', '--', '-.', ':', ',', 'o', 'v', '^', '<', '>', '1', '2', '3', '4', 's', 'p', '*', 'h', 'H', '+', 'x', 'D', 'd', '|', '_']
lines
=
[
'r--'
,
'rs'
,
'r^'
,
'r:'
,
'rH'
,
'g--'
,
'gs'
,
'g^'
,
'g|'
,
'gH'
,
'b--'
,
'bs'
,
'b^'
,
'b|'
,
'bH'
,
'r+'
]
for
i
,
k
in
enumerate
(
tags
.
keys
()):
plt
.
grid
(
False
)
plt
.
grid
(
False
)
plt
.
plot
(
precision
[
k
],
lines
[
i
],
label
=
k
,
linewidth
=
8
)
plt
.
legend
(
loc
=
'lower right'
)
plt
.
tight_layout
()
...
...
CRF/bin/upgit.sh
0 → 100644
View file @
a7e3ae9
git add --all .
git commit -m
"upload"
#git pull
git push
Please
register
or
login
to post a comment