Skip to content

Paired Plot - Axis Limits #407

Answered by raphaelvallat
timobage asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Thanks for reporting this invalid behavior. It appears that the call to sns.despine(trim=True) in the plot_paired function is the culprit:

sns.despine(trim=True, ax=ax)

I'll remove it in a next version, but for now the easiest solution for you is to clone the repository locally, install Pingouin in develop mode (python setup.py develop) and then comment this line in the source code.

Thanks
Raphael

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by raphaelvallat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants