diff --git a/bob/bio/base/script/figure.py b/bob/bio/base/script/figure.py index 660fa7f8aa1f57ba37b303beb4b7c01a725cba92..aba8cecfd3cc599059369f155d57b30bc3d3b91a 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' )