Jonathan Anns
Jonathan Anns
Hi, apologies for the late response. I have followed up on this and tested your dataset on the newest Python release (v2024.03.29). It seems to work as intended now with...
> Found too many typos inside the notebook. Have to check again. Yeah I found more also
Hi @mlotinga ! For our unpaired plots our design approach is that we would like each data point to be clear and non-overlapping. For this reason, we use the same...
I think it can easily be achieved with a simple line or two of code (even without seaborn; e.g., using np.random.uniform):
Thats great, glad you could get it done! We will discuss internally whether it could be useful to include in the next release :) P.s. I would think only x-axis...
@mlotinga Thanks for this, we will aim to add it into the main package (at least the x-jitter) for the next major release!
As mentioned in the p-value adjustment issue, this feature has now been added (with modification) to master as of the most recent update (v2025.03.27).
Paired plots are currently displayed as a slopegraph - paired lines without markers. There would therefore be no aesthetic logic for color coding each group. Is your suggestion that we...
Ooh i see, you would like to be able to have the colored groups for the bars and the halfviolins. I will look into the cleanest way to implement this...
Hi! Apologies for the long delay. I am working on it at the moment. We are also doing some modifications to the default plotting format of the slopegraph plots. So...