[Matplotlib-users] How to draw following gridlines

2010-03-24 Thread yogesh karpate
Kindly find the image attached with this mail. I want to make the graph with grid lines(shown in background) as plotted in attached mail(Dont consider the curve in foreground).How can we do it in matplotlib? I tried grid(color='#f52887', linestyle='-', linewidth=1). But I couldnt figure out how

Re: [Matplotlib-users] How to draw following gridlines

2010-03-24 Thread Jae-Joon Lee
Try something like minorticks_on() grid(True, color="k", ls="solid") grid(True, which="minor", color="r") -JJ On Wed, Mar 24, 2010 at 7:33 AM, yogesh karpate wrote: > Kindly find the image attached with this mail. I want to make the graph > with  grid lines(shown in background) as plotted  in a