Re: [Matplotlib-users] Question about copy_from_bbox

2014-04-06 Thread iMichka
I tried to get the resizing working, but to no avail. Without modifying your code, when you click on multiple squares, and then resize, all the previously displayed squares are dawn, as if there was a merge of all the previous blits... Any idea ? -- View this message in context: http://matplo

Re: [Matplotlib-users] Question about copy_from_bbox

2014-04-04 Thread iMichka
Hi thanks for the help, this is exactly what I needed. I updated the code in my app and it worked. Some minor observations though : - This does not play well with tight_layout. I think tight_layout tries to readjust the plots even after the singleShot call. So I needed to disable it. - I have plo