Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.base
Commits
c5f8650a
Commit
c5f8650a
authored
May 29, 2018
by
Theophile GENTILHOMME
Browse files
[script][figure] Remove hardcoded markersize
parent
7371a023
Changes
1
Show whitespace changes
Inline
Side-by-side
bob/pad/base/script/figure.py
View file @
c5f8650a
...
@@ -611,14 +611,12 @@ class BaseDetRoc(PadPlot):
...
@@ -611,14 +611,12 @@ class BaseDetRoc(PadPlot):
farfrr_licit_det
[
1
],
farfrr_licit_det
[
1
],
'o'
,
'o'
,
color
=
'C0'
,
color
=
'C0'
,
markersize
=
7
)
# FAR point, licit scenario
)
# FAR point, licit scenario
mpl
.
plot
(
mpl
.
plot
(
farfrr_spoof_det
[
0
],
farfrr_spoof_det
[
0
],
farfrr_spoof_det
[
1
],
farfrr_spoof_det
[
1
],
'o'
,
'o'
,
color
=
'C3'
,
color
=
'C3'
,
markersize
=
7
)
# FAR point, spoof scenario
)
# FAR point, spoof scenario
# annotate the FAR points
# annotate the FAR points
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment