I am doing some animated plotting and using the the matplotlib examples as a guideline. matplotlib examples
With the following linked example from that page the animation has some obvious problems when the frame is resized. What is the correct or best way to deal with this? animation_blit_wx.py
Thanks