From 812c796be211358bf20b466e341a5cf9b801ad1d Mon Sep 17 00:00:00 2001 From: Theophile GENTILHOMME <tgentilhomme@jurasix08.idiap.ch> Date: Wed, 25 Apr 2018 09:00:04 +0200 Subject: [PATCH] Change title --- bob/bio/base/script/figure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/bio/base/script/figure.py b/bob/bio/base/script/figure.py index 660fa7f8..aba8cecf 100644 --- a/bob/bio/base/script/figure.py +++ b/bob/bio/base/script/figure.py @@ -200,7 +200,7 @@ class Hist(measure_figure.Hist): ''' Histograms for biometric scores ''' def _setup_hist(self, neg, pos): - self._title_base = 'Bio scores' + self._title_base = 'Biometric scores' self._density_hist( pos[0], label='Genuines', alpha=0.9, color='C2' ) -- GitLab