**What** When using matplotlib 3.4 instead of 3.3 or older, the images displayed by [ml4h.visualization_tools.hd5_mri_plots.plot_mri_tensor_as_animation](https://github.com/broadinstitute/ml4h/blob/master/ml4h/visualization_tools/hd5_mri_plots.py#L361) display one after another instead of replacing the prior image. (The animation is no longer an animation.) This appears to be due to https://matplotlib.org/stable/users/whats_new.html#changes-to-behavior-of-axes-creation-methods-gca-add-axes-add-subplot **How** Update the usage of matplot lib to correctly replace the images. **Acceptance Criteria** It appears as an animation again.