Skip to content

Commit

Permalink
A bit better displot
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed May 1, 2023
1 parent 8846fa0 commit 6a6fdaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions benchmarks/scripts/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ def case_variants(pattern, algname, ct_point_name, case_df):
data = {row['variant']: row['samples'],
'base': row['base_samples']}
sns.displot(data)
description = algname + ' / ' + row['variant']
for rt_axis in get_rt_axes(case_df):
description += ' / ' + rt_axis + '=' + row[rt_axis]
plt.title(description)
plt.show()


Expand Down

0 comments on commit 6a6fdaf

Please sign in to comment.