Skip to content

Commit

Permalink
Fixing future warning
Browse files Browse the repository at this point in the history
  • Loading branch information
marlinfiggins committed Jun 1, 2024
1 parent 7519547 commit f6791cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evofr/plotting/plotting_primitives.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def plot_variants(

if plot_type == "violin":
sns.violinplot(
data=values[:, variant_indices], palette=colors, scale="width", ax=ax
data=values[:, variant_indices], palette=colors, density_norm="width", ax=ax
)
elif plot_type == "histogram":
for color, idx, variant in zip(colors, variant_indices, variants_to_plot):
Expand Down

0 comments on commit f6791cb

Please sign in to comment.