mirror of
https://github.com/3b1b/manim.git
synced 2025-08-19 21:08:53 +00:00
Update bayes.py
This commit is contained in:
parent
acb362dd7f
commit
e48361a638
1 changed files with 1 additions and 1 deletions
|
@ -1010,7 +1010,7 @@ class UpdatePokerPrior(SampleSpaceScene):
|
|||
"P(", s, self.double_heart_template, ")",
|
||||
"= ", num
|
||||
)
|
||||
for s, num in ("", p_str), ("\\text{not }", q_str)
|
||||
for s, num in (("", p_str), ("\\text{not }", q_str))
|
||||
]
|
||||
for label in labels:
|
||||
label.scale(0.7)
|
||||
|
|
Loading…
Add table
Reference in a new issue