A lollipop plot is an hybrid between a scatter plot and a barplot. It shows the relationship between a numerical variable and another variable, numerical OR
categorical. In this section we will consider Cleveland dot plots as well, allowing to compare the values of 2 numerical values for each group. Note that lollipop
plot can be done using the specific stem() function, or using the hline() and vline() functions.
Sponsors
Matplotlib
- #180 Basic lollipop plot
- #181 Custom markers of lollipop
- #181 Change position of baseline on lollipop
- #181 Custom stem of lollipop
- #182 Vertical lollipop
- #183 Highlight a group in lollipop
- #184 Lollipop with 2 groups
- #185 Lollipop with conditional color
related
- Barplot
- Scatterplot
- Connected Scatter plot
- Boxplot
- Stacked barplot