The bixplot: A variation on the boxplot
suited for bimodal data
C. M. Montalcini and P. J. Rousseeuw
Swiss Federal Institute for
Forest, Snow and Landscape Research,
Birmensdorf, Switzerland,
University of Leuven, Belgium
Boxplots and related visualization methods are
widely used exploratory tools for taking a first
look at collections of univariate variables.
In this note an extension is provided that is
specifically designed to detect and display bimodality
and multimodality when the data warrant it. For this
purpose a univariate clustering method is constructed
that ensures contiguous clusters (meaning that no cluster
has members inside another cluster), and such that each
cluster contains at least a given number of unique
members. The resulting bixplot display facilitates the
identification and interpretation of potentially
meaningful subgroups underlying the data.
The bixplot also displays the individual data values,
which can draw attention to isolated points.
Implementations of the bixplot are available in both
Python and R, and their many options are
illustrated on several real datasets. For instance,
an external variable can be visualized by color
gradations inside the display. For a full text with
many figures see [1].
Keywords: Clustering, Graphical display, Violin plot.
References
- [1] C. M. Montalcini and P. J. Rousseeuw (2025). The bixplot: A variation on the boxplot suited for bimodal data. ArXiv report 2510.09276,https://arxiv.org/abs/2510.09276.