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 wh
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 i
Le mercredi 05 mars 2008 à 15:19 +0100, Lorenzo Isella a écrit :
> p.hold(False)
[...]
> p.plot(x,y,"ko")
> p.axvline(30.)
>
> My problem is that the second figure shows only the vertical line. If
> I remove all the lines for the first plot (i.e. the one without
> axvline), then the remaining plot