Skip to content

Comments

Add ncols parameter to pl.violin()#3912

Open
LoganLarlham wants to merge 3 commits intoscverse:mainfrom
LoganLarlham:add-ncols-to-violinplot
Open

Add ncols parameter to pl.violin()#3912
LoganLarlham wants to merge 3 commits intoscverse:mainfrom
LoganLarlham:add-ncols-to-violinplot

Conversation

@LoganLarlham
Copy link

This PR is to fix Issue #1552.

I added the ncols parameter to the violin plot. Previously in the case multipanel AND groupby = T it was using sns.catplot and facetgrid instead of sns.violinplot, resulting in variations in plotting style. I unified so all cases use sns.violin, so the plots should be more visually consistent now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant