diff --git a/active_projects/eop/chapter1/prob_dist_visuals.py b/active_projects/eop/chapter1/prob_dist_visuals.py index 6722e39a..cbabe22e 100644 --- a/active_projects/eop/chapter1/prob_dist_visuals.py +++ b/active_projects/eop/chapter1/prob_dist_visuals.py @@ -289,7 +289,7 @@ class ProbabilityDistributions(PiCreatureScene): outcome_braces = VGroup(*[ Brace(outcome, DOWN) for outcome in outcomes ]) - outcome_labels = VGroup(*[i + outcome_labels = VGroup(*[ TexMobject("{1\over 8}").scale(0.5).next_to(brace, DOWN) for brace in outcome_braces ])