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

Remove self._kwargs attribute

parent f44a371d
No related branches found
No related tags found
2 merge requests!146Add 4-5-col files related functionalities and add click commands,!143Set of click commands for bio base
Pipeline #
......@@ -202,8 +202,8 @@ class Hist(measure_figure.Hist):
def _setup_hist(self, neg, pos):
self._title_base = 'Bio scores'
self._density_hist(
pos[0], label='Genuines', alpha=0.9, color='C2', **self._kwargs
pos[0], label='Genuines', alpha=0.9, color='C2'
)
self._density_hist(
neg[0], label='Zero-effort impostors', alpha=0.8, color='C0', **self._kwargs
neg[0], label='Zero-effort impostors', alpha=0.8, color='C0'
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment