Re: [Matplotlib-users] GridSpec has unecpected effect

2011-09-22 Thread Kurt Mueller
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

Re: [Matplotlib-users] GridSpec has unecpected effect

2011-09-17 Thread 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. > Depending on your need, you may wo

Re: [Matplotlib-users] GridSpec has unecpected effect

2011-09-17 Thread 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 Please test this if you can. Depending on your need, you may work around this by calling all the set_position method always after all the GridSpec.update call.

[Matplotlib-users] GridSpec has unecpected effect

2011-09-16 Thread Kurt Mueller
Hi, In the following script, it seems to me, that GridSpec does not work as expected. #!/usr/bin/env python # vim: set fileencoding=utf-8 : # adapted from http://matplotlib.sourceforge.net/users/gridspec.html import matplotlib.pyplot as plt from matplotli