trevismd / statannotations

add statistical significance annotations on seaborn plots. Further development of statannot, with bugfixes, new features, and a different API.
Other
624 stars 67 forks source link

Add pointplot to the possible plots that can use the annotations #68

Open robertour opened 2 years ago

robertour commented 2 years ago

I am not sure if there are internal differences, but I often I use pointplot (instead of barplots) because they are less cluttered,

image

(pointplot might not be the right plot to use, but it is inspired in the seaborn gallery: https://seaborn.pydata.org/examples/jitter_stripplot.html. In any case, feel free to point out a better alternative)

Is it possible to add pointplot to the list of supported plots?