Skip to content

Commit

Permalink
fix label on violin plot
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Gulotta committed Dec 11, 2020
1 parent 141e2a0 commit d53af79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caveat/boxplot.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ data %>%
legend.position="none",
plot.title = element_text(size=11)
) +
ggtitle("A boxplot with jitter") +
ggtitle("A violin plot") +
xlab("")
```
Here it is very clear that the groups have different distributions. The bimodal distribution of group `B` becomes obvious. Violin plots are a powerful way to display information--they are probably under-utilized compared to boxplots.
Expand Down

0 comments on commit d53af79

Please sign in to comment.