Howto get horiz/vert grid

from pylab import semilogy, show, grid
grid()
semilogy (result[0])

This gave me just a vertical grid. What do I do to get both horiz and vert
grids?

(without looking at a screenshot or to the dataset is hard to tell
but) is it possible that you have Y values contained in a single
logarithmic inteval (or even closer)? if so, there is no line on Y to
draw and only vertival lines (relative to X values) are displayed.

Regards,

ยทยทยท

On Fri, May 29, 2009 at 19:09, Neal Becker <ndbecker2@...287...> wrote:

from pylab import semilogy, show, grid
grid()
semilogy (result[0])

This gave me just a vertical grid. What do I do to get both horiz and vert
grids?

--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi