# grid.py pts = [Point(x * -100, y * -100, 0) for x in range(40) for y in range(40)] grid = List(*pts) cols = Column(grid, 300, 30, 30)