diff --git a/notebooks/code_checklist-analysis.Rmd b/notebooks/code_checklist-analysis.Rmd index adb4cf1..0670b6e 100644 --- a/notebooks/code_checklist-analysis.Rmd +++ b/notebooks/code_checklist-analysis.Rmd @@ -65,10 +65,10 @@ barplot(medians, xlab="", ylab="Median GitHub stars", ylim=c(0,200), col=brewer.pal(6, "Blues"), cex.axis=0.6, cex.names=0.6) -mtext("GitHub repos grouped by number of ticks on ML code checklist", side=1, line=3, cex=0.8) +mtext("GitHub repos grouped by number of ticks on ML code checklist", side=1, line=3, cex=0.6) pie(rev(props), col=rev(brewer.pal(6, "Blues")), cex=0.6) -mtext("Proportion of repositories in each group", side=1, line=3, cex=0.8) +mtext("Proportion of repositories in each group", side=1, line=3, cex=0.6) ``` Compare using box plots. diff --git a/notebooks/code_checklist-analysis.pdf b/notebooks/code_checklist-analysis.pdf index 11626b5..753c632 100644 Binary files a/notebooks/code_checklist-analysis.pdf and b/notebooks/code_checklist-analysis.pdf differ