Preliminary end to bayes animations

This commit is contained in:
Grant Sanderson
2017-06-09 16:10:34 -07:00
parent 5ceb0bd2a3
commit e9032a88df
3 changed files with 562 additions and 30 deletions

View File

@ -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)