mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Update bayes_footnote.py
This commit is contained in:
parent
cbe641e93c
commit
acb362dd7f
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ class TryUnitSquareVisual(SampleSpaceScene):
|
||||||
TexMobject("P(\\text{Disease})", s1),
|
TexMobject("P(\\text{Disease})", s1),
|
||||||
TexMobject("P(\\text{Not disease})", s2),
|
TexMobject("P(\\text{Not disease})", s2),
|
||||||
).scale(0.7)
|
).scale(0.7)
|
||||||
for s1, s2 in ("", ""), ("= 0.001", "= 0.999")
|
for s1, s2 in (("", ""), ("= 0.001", "= 0.999"))
|
||||||
]
|
]
|
||||||
sample_space.get_side_braces_and_labels(initial_labels)
|
sample_space.get_side_braces_and_labels(initial_labels)
|
||||||
sample_space.add_braces_and_labels()
|
sample_space.add_braces_and_labels()
|
||||||
|
|
Loading…
Add table
Reference in a new issue