Hi, a series of 3d objects looks OK in the notebook, when shown in a loop with repeated calls to show(). When the same objects are collected in a list, and given to animate(), the resulting frames show the objects scaled down to be almost invisible. I tried to influence animate() with the figsize keyword, but this is ignored.. So my question is: How to tell animate() to which size the objects in the list should be rendered in the animated frames? Thank you