fixed imports in new EoP structure

This commit is contained in:
Ben Hambrecht
2018-05-03 18:45:25 +02:00
parent 229e8d799d
commit 5f73509264
21 changed files with 37 additions and 20 deletions

View File

@ -282,8 +282,8 @@ class FlashThroughHistogram(Animation):
class OutlineableBars(VGroup):
# A group of bars (rectangles), together with
# a method that draws an outline around them,
# A group of bars (rectangles), together with
# a method that draws an outline around them,
# assuming the bars are arranged in a histogram
# (aligned at the bottom without gaps).