Fundamentals of Data Visualization, Claus O. Wilke, 2019 (O'Reilly Media) - A comprehensive guide to data visualization, covering principles, common plot types, and effective communication through graphics, directly relevant to comparative plots.
seaborn.boxplot, Michael Waskom and the Seaborn development team, 2024 - Official documentation for Seaborn's box plot function, including parameters, examples, and detailed explanations for visualizing distributions.
seaborn.violinplot, Michael Waskom and the Seaborn development team, 2024 - Official documentation for Seaborn's violin plot function, offering insights into its usage for displaying distribution shapes and summary statistics.
Box Plots in Python, Plotly Technologies Inc., 2024 - Official documentation demonstrating how to create box plots using Plotly in Python, with examples for comparing numerical data across categories.
Violin Plots: A Box Plot-Density Trace Synergism, Jerry L. Hintze and Ray D. Nelson, 1998The American Statistician, Vol. 52 (American Statistical Association)DOI: 10.2307/2685478 - The original academic paper introducing violin plots, highlighting their ability to combine the summary of box plots with the visual detail of kernel density estimates.