Charts
Grouped Lollipop Chart
Offers a cleaner and less cluttered look than the grouped bar chart.
What is a grouped violin plot?
Grouped lollipop charts are essentially a stylized variant of a bare bones grouped bar chart. Replacing the rectangular bars with a line (the "stick") and circle (the "lollipop head"). By clustering the data, grouped lollipop charts enable rapid side-by-side comparisons both between different groups and across their respective subcategories.
The lollipop chart was designed to offer a cleaner, less cluttered look than the traditional bar chart. This is advantageous when comparing a large number of categories, as can occur with high-throughput screening, "omics" related workflows, etc.
You can
switch
to displaying bars instead of lollipops by changing the style with the design interfaceWARNING: Lollipop charts can only show a single point and are unable to visually convey error estimates or the underlying shape of the data. Thus, they are best suited for single-point metrics, datasets with low dispersion, or comparing a large number of categories.
Default grouped lollipop chart
A stylistic variant of the traditional clustered bar chart
Easily swap directions
Alternate between vertical and horizontal violin plots by toggling between columns or rows.
Labeling
Switch to Graphmatik's "ghost" theme, to use data labels instead of axes. Labels reduce visual clutter without compromising clarity.
Chart properties
Prop | Default | Description |
---|---|---|
central tendency | median | median The middle most value of a sorted set of numbers. mean The sum of a set of values divided by the number of values in the set. |
theme | default | default Graphmatik's default chart theme which displays data relative to axes. ghost The "ghost" theme removes axes in favor of annotated labels. |
style | lollipops | lollipops Line and dot representation of the data. bars Traditional rectangular bars are used to represent the data. |
sort | none | none The clusters are arranged in insertion order. ascending Clusters are arranged from smallest to largest. descending Clusters are arranged from largest to smallest. |
group by | factor | factor Bars will be grouped by the selected factor, with the other factor defining the subgroups. |