Fix graph

This commit is contained in:
Robert Stojnic
2020-04-07 20:32:26 +01:00
parent d64b54e757
commit f67b4c72f6
2 changed files with 2 additions and 2 deletions

View File

@@ -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.