mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
Update bayes.py
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user