mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Rename 3b1b_projects to from_3b1b
This commit is contained in:
parent
a138cea3ed
commit
ef6716625e
226 changed files with 11 additions and 1 deletions
10
from_3b1b/active/bayes/footnote.py
Normal file
10
from_3b1b/active/bayes/footnote.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
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)
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue