]> code.communitydata.science - coldcallbot-discord.git/commitdiff
changed from absenses to opt-out since that matches syllabus master
authorBenjamin Mako Hill <mako@atdot.cc>
Wed, 16 Oct 2024 23:29:48 +0000 (16:29 -0700)
committerBenjamin Mako Hill <mako@atdot.cc>
Wed, 16 Oct 2024 23:30:24 +0000 (16:30 -0700)
assessment_and_tracking/track_participation.R

index 8b9f368b9157f45544d9eeb4cfc24193f37d6e7f..b8b6e1cefde22997ed634363da38e08a029798d1 100644 (file)
@@ -107,7 +107,7 @@ ggplot(d) +
     scale_x_discrete("Number of questions answered") +
     scale_y_continuous("Number of students") +
     ##scale_fill_brewer("Absences", palette="Blues") +
     scale_x_discrete("Number of questions answered") +
     scale_y_continuous("Number of students") +
     ##scale_fill_brewer("Absences", palette="Blues") +
-    scale_fill_manual("Absences", values=color.gradient) +
+    scale_fill_manual("Opt-outs", values=color.gradient) +
     theme_bw()
 
 dev.off()
     theme_bw()
 
 dev.off()

Community Data Science Collective || Want to submit a patch?