mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
tweaking and tweaking
This commit is contained in:
@ -203,7 +203,7 @@ class IllustrateAreaModelBayes(Scene):
|
||||
|
||||
# solve formula for P(B|A)
|
||||
|
||||
rearranged_formula = TexMobject(["P(B\mid A)", "=", "{P(A\\text{ and }B) \over P(A)}"])
|
||||
rearranged_formula = TexMobject("P(B\mid A)", "=", "{P(A\\text{ and }B) \over P(A)}")
|
||||
rearranged_formula.move_to(indep_formula)
|
||||
|
||||
self.wait()
|
||||
|
Reference in New Issue
Block a user