diff --git a/mofax/plot_factors.py b/mofax/plot_factors.py index 3b49892..3ee5269 100644 --- a/mofax/plot_factors.py +++ b/mofax/plot_factors.py @@ -426,7 +426,6 @@ def modifier( plot = partial( sns.violinplot, inner=None, - s=size, ) g = _plot_grid( @@ -439,7 +438,6 @@ def modifier( zero_line_y=zero_line, linewidth=linewidth, zero_linewidth=zero_linewidth, - size=size, legend=legend, legend_prop=legend_prop, palette=palette,