Re: [Matplotlib-users] Plotting issue using recent matplotlib

2012-05-16 Thread Gökhan Sever
On Wed, May 16, 2012 at 9:30 AM, Michael Droettboom wrote: > > > Or, in an existing clone of the main repository, add my fork as a remote > > git remote add mdboom git://github.com/mdboom/matplotlib.git > git fetch mdboom > git checkout mdboom/clipping-bug > Here are my steps followin

Re: [Matplotlib-users] Plotting issue using recent matplotlib

2012-05-16 Thread Michael Droettboom
On 05/16/2012 11:15 AM, Gökhan Sever wrote: Hmm, how can I test this change the easiest way? Clone the master and replace with your changes? or can I directly clone your experimental branch? You can either clone my fork and then checkout the branch with the change: git checkout clipping-

Re: [Matplotlib-users] Plotting issue using recent matplotlib

2012-05-16 Thread Gökhan Sever
Bisecting is definitely a better idea than my one-by-one setup iteration :) Thanks for sharing the tip. On Wed, May 16, 2012 at 8:54 AM, Michael Droettboom wrote: > On 05/16/2012 10:44 AM, Gökhan Sever wrote: > > Could you inform me about your progress? I can test your sample script. I > was t

Re: [Matplotlib-users] Plotting issue using recent matplotlib

2012-05-16 Thread Gökhan Sever
Hmm, how can I test this change the easiest way? Clone the master and replace with your changes? or can I directly clone your experimental branch? On Wed, May 16, 2012 at 8:52 AM, Michael Droettboom wrote: > I have a proposed solution here: > > https://github.com/matplotlib/matplotlib/pull/87

Re: [Matplotlib-users] Plotting issue using recent matplotlib

2012-05-16 Thread Michael Droettboom
On 05/16/2012 10:44 AM, Gökhan Sever wrote: Could you inform me about your progress? I can test your sample script. I was thinking to test from v1.1.x branch downwards to spot the source of the issue, but I just don't know how to clone at particular commit in git. Also, to answer this questio

Re: [Matplotlib-users] Plotting issue using recent matplotlib

2012-05-16 Thread Michael Droettboom
I have a proposed solution here: https://github.com/matplotlib/matplotlib/pull/872 Git bisect found that the first commit where this happens was here: https://github.com/matplotlib/matplotlib/commit/4cd75cdf This is the script I used to reproduce -- I assume it's the same thing you're seeing:

Re: [Matplotlib-users] Plotting issue using recent matplotlib

2012-05-16 Thread Gökhan Sever
Hi Mike, Could you inform me about your progress? I can test your sample script. I was thinking to test from v1.1.x branch downwards to spot the source of the issue, but I just don't know how to clone at particular commit in git. Thank you. On Wed, May 16, 2012 at 6:51 AM, Michael Droettboom wr

Re: [Matplotlib-users] Plotting issue using recent matplotlib

2012-05-16 Thread Michael Droettboom
Nevermind -- I've got something to reproduce this and am looking into it now. Mike On 05/16/2012 08:13 AM, Michael Droettboom wrote: On 05/15/2012 07:57 PM, Gökhan Sever wrote: Hello, I have encountered a weird plotting issue recently using a recent mpl clone. See the linked pdfs for better

Re: [Matplotlib-users] Plotting issue using recent matplotlib

2012-05-16 Thread Michael Droettboom
On 05/15/2012 07:57 PM, Gökhan Sever wrote: Hello, I have encountered a weird plotting issue recently using a recent mpl clone. See the linked pdfs for better demonstration of the issue: http://atmos.uwyo.edu/~gsever/data/vocals_RF04_NU05_newmpl.pdf

Re: [Matplotlib-users] Plotting issue using recent matplotlib

2012-05-15 Thread Benjamin Root
On Tuesday, May 15, 2012, Gökhan Sever wrote: > Hello, > > I have encountered a weird plotting issue recently using a recent mpl > clone. See the linked pdfs for better demonstration of the issue: > > http://atmos.uwyo.edu/~gsever/data/vocals_RF04_NU05_newmpl.pdf > http://atmos.uwyo.edu/~gsever/da

[Matplotlib-users] Plotting issue using recent matplotlib

2012-05-15 Thread Gökhan Sever
Hello, I have encountered a weird plotting issue recently using a recent mpl clone. See the linked pdfs for better demonstration of the issue: http://atmos.uwyo.edu/~gsever/data/vocals_RF04_NU05_newmpl.pdf http://atmos.uwyo.edu/~gsever/data/vocals_RF04_NU05_oldmpl.pdf newmpl file is created usi