mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Merge pull request #290 from cclauss/patch-2
Fix typo in prob_dist_visuals.py
This commit is contained in:
commit
69013ee8b4
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ class ProbabilityDistributions(PiCreatureScene):
|
||||||
outcome_braces = VGroup(*[
|
outcome_braces = VGroup(*[
|
||||||
Brace(outcome, DOWN) for outcome in outcomes
|
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)
|
TexMobject("{1\over 8}").scale(0.5).next_to(brace, DOWN)
|
||||||
for brace in outcome_braces
|
for brace in outcome_braces
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Reference in a new issue