Skip to content
Snippets Groups Projects
Commit b5fd026d authored by Theophile GENTILHOMME's avatar Theophile GENTILHOMME
Browse files

[script][pad_figure] Fix name

parent 3b27918b
Branches
Tags
1 merge request!48Various fix
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment