Re: [Matplotlib-users] Grid problem?

2012-01-19 Thread Tony Yu
On Thu, Jan 19, 2012 at 12:44 AM, Paul Ivanov pivanov...@gmail.com wrote: Hi David, David Perlman, on 2012-01-06 16:57, wrote: Am I doing this wrong? I am doing the best I can to follow the documentation exactly. It doesn't look like you're doing it wrong - and your example works for

[Matplotlib-users] Grid problem?

2012-01-18 Thread David Perlman
When I try to turn on the grid for just one axis, seemingly in perfect accordance with the documentation at http://matplotlib.sourceforge.net/api/axes_api.html#matplotlib.axes.Axes.grid it seems like there is a problem. My commands are pasted below. Am I doing this wrong? I am doing the best

Re: [Matplotlib-users] Grid problem?

2012-01-18 Thread Paul Ivanov
Hi David, David Perlman, on 2012-01-06 16:57, wrote: Am I doing this wrong? I am doing the best I can to follow the documentation exactly. It doesn't look like you're doing it wrong - and your example works for me, though I'm not running OS X and can't verify that it works as it should on

[Matplotlib-users] Grid problem?

2012-01-11 Thread David Perlman
When I try to turn on the grid for just one axis, seemingly in perfect accordance with the documentation at http://matplotlib.sourceforge.net/api/axes_api.html#matplotlib.axes.Axes.grid it seems like there is a problem. I am able to make a graph, but trying to turn on the grid for just one

Re: [Matplotlib-users] Grid problem?

2012-01-11 Thread Eric Firing
On 01/11/2012 06:05 AM, David Perlman wrote: When I try to turn on the grid for just one axis, seemingly in perfect accordance with the documentation at http://matplotlib.sourceforge.net/api/axes_api.html#matplotlib.axes.Axes.grid it seems like there is a problem. I am able to make a graph,