finished histogram morphs

This commit is contained in:
Ben Hambrecht
2018-05-08 16:19:42 +02:00
parent 69d899a6fe
commit 10969590a1
4 changed files with 74 additions and 54 deletions

View File

@ -299,7 +299,7 @@ class OutlineableBars(VGroup):
# We use this to morph a row of bricks into a histogram.
CONFIG = {
"outline_stroke_width" : 5,
"outline_stroke_width" : 3,
"stroke_color" : WHITE
}
def create_outline(self, animated = False, **kwargs):