Update bayes.py

This commit is contained in:
cclauss 2018-09-11 19:24:22 +02:00 committed by GitHub
parent acb362dd7f
commit e48361a638
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1010,7 +1010,7 @@ class UpdatePokerPrior(SampleSpaceScene):
"P(", s, self.double_heart_template, ")", "P(", s, self.double_heart_template, ")",
"= ", num "= ", 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: for label in labels:
label.scale(0.7) label.scale(0.7)