From: Kurt M. <kur...@gm...> - 2011-09-23 06:58:17
|
Am 17.09.2011 18:49, schrieb Kurt Mueller: > Am 17.09.2011 um 15:38 schrieb Jae-Joon Lee: >> Thanks for reporting this. >> I opened a pull request that I believe fixes this problem. >> https://github.com/matplotlib/matplotlib/pull/472 > Thank you very much! >> Please test this if you can. > I hope next week. I did a brief test. (I added the three "if ax. ..." to the file gridspec.py in the matplotlib library.) (matplotlib 1.0.1) As far as I can tell is, that the unexpected effect did not occur any more. I did not test it with shared axis. >> Depending on your need, you may work around this by calling all the >> set_position method always after all the GridSpec.update call. In my programs I will use this approach until we move to a more recent matplotlib version. Thanks -- Kurt Mueller |