Paired Plot - Axis Limits #407
-
Hi, Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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: Line 656 in e6ca904 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 ( Thanks |
Beta Was this translation helpful? Give feedback.
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:
pingouin/pingouin/plotting.py
Line 656 in e6ca904
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