Re: [Matplotlib-users] Problem with axvline in gridspec with log Y axis

2012-09-17 Thread Phil Elson
Sometimes, having a point of reference really helps in tracking the issue down, particularly when complimented with the very cool bisect tool that comes with git. In this case though, I knew where the problem came in because I have been working closely in this area recently (and it's my change

Re: [Matplotlib-users] Problem with axvline in gridspec with log Y axis

2012-09-14 Thread Phil Elson
Thanks for raising this. I have simplified and opened an issue for the bug ( https://github.com/matplotlib/matplotlib/issues/1246) and will be looking at this asap. All the best, Phil -- Got visibility? Most devs has no

[Matplotlib-users] Problem with axvline in gridspec with log Y axis

2012-09-13 Thread Scott Lasley
I get an error when trying to use axvline in a gridspec subplot when the Y axis is set to log scale in matplotlib 1.3.x (and I think recent 1.2.x versions) from github under python 2.7.3 and OS X 10.8.1. This worked with matplotlib versions from github earlier this year. Here is a simple code