Re: [Matplotlib-users] horizontal grid lines appearing when i put text on a plot

2009-08-20 Thread Ryan May
On Thu, Aug 20, 2009 at 11:00 AM, DEMOLISHOR! the Demolishor < destrooo...@gmail.com> wrote: > Hello all, > I suppose this is a newbie question, but why do I get these three > horizontal grid lines when I add text to my plot? I've tried repeating the > call to pyplot.grid() but that doesn't affe

[Matplotlib-users] horizontal grid lines appearing when i put text on a plot

2009-08-20 Thread DEMOLISHOR! the Demolishor
Hello all, I suppose this is a newbie question, but why do I get these three horizontal grid lines when I add text to my plot? I've tried repeating the call to pyplot.grid() but that doesn't affect anything... #!/usr/bin/env python from matplotlib import pyplot from scipy import randn mu, sigm