3b1b-manim/from_3b1b/active/bayes/footnote.py

11 lines
240 B
Python
Raw Normal View History

2019-12-17 09:45:07 -08:00
from manimlib.imports import *
from from_3b1b.active.bayes.part1 import BayesDiagram
OUTPUT_DIRECTORY = "bayes/footnote"
class Test(Scene):
def construct(self):
diagram = BayesDiagram(0.4, 0.5, 0.2)
self.add(diagram)