Skip to content

Commit

Permalink
Merge pull request #45 from reconbot/reconbot/fix-label
Browse files Browse the repository at this point in the history
fix label on violin plot
  • Loading branch information
holtzy committed May 13, 2024
2 parents 0dac2f0 + d53af79 commit d2f4355
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 d2f4355

Please sign in to comment.