Skip to content
GitLab
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
b5fd026d
Commit
b5fd026d
authored
Jun 29, 2018
by
Theophile GENTILHOMME
Browse files
[script][pad_figure] Fix name
parent
3b27918b
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/base/script/pad_figure.py
View file @
b5fd026d
...
...
@@ -46,7 +46,7 @@ class Hist(measure_figure.Hist):
def
_setup_hist
(
self
,
neg
,
pos
):
self
.
_title_base
=
'PAD'
self
.
_density_hist
(
pos
[
0
],
n
=
0
,
label
=
'Bona
fide'
,
color
=
'C1'
pos
[
0
],
n
=
0
,
label
=
'Bona
-
fide'
,
color
=
'C1'
)
self
.
_density_hist
(
neg
[
0
],
n
=
1
,
label
=
'Presentation attack'
,
alpha
=
0.4
,
color
=
'C7'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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