A Comprehensive Data Visualization Using Raincloud Plots

Using the ptitprince library in Python to generate a robust, clean, and insightful data visualization

Juan Nathaniel
Level Up Coding
Published in
4 min readOct 3, 2021

--

Have you ever wonder what if you could draw a scatter plot, box plot, distribution plot, and violin plot altogether in one single plot? Well now you can with Raincloud plot. The purpose of this new type of plotting is to provide users with the general and individual patterns of the underlying dataset. With ptitprince library, we can do so easily in Python!

--

--

Engineering @ Columbia University | Documenting and sharing my learning journey through AI, programming, and research