mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Preliminary end to bayes animations
This commit is contained in:
@ -156,7 +156,7 @@ class SampleSpace(VGroup):
|
||||
"height" : 3,
|
||||
"width" : 3,
|
||||
"fill_color" : DARK_GREY,
|
||||
"fill_opacity" : 0.8,
|
||||
"fill_opacity" : 1,
|
||||
"stroke_width" : 0.5,
|
||||
"stroke_color" : LIGHT_GREY,
|
||||
},
|
||||
@ -204,7 +204,7 @@ class SampleSpace(VGroup):
|
||||
|
||||
def get_horizontal_division(
|
||||
self, p_list,
|
||||
colors = [GREEN_E, BLUE],
|
||||
colors = [GREEN_E, BLUE_E],
|
||||
vect = DOWN
|
||||
):
|
||||
return self.get_division_along_dimension(p_list, 1, colors, vect)
|
||||
|
Reference in New Issue
Block a user