Hi, I want a more "detailed" grid for my logarithmic plotting. The following code:
from pylab import * semilogy(range(100000)) grid(True) show() will produce output like this: http://i49.tinypic.com/2dpd3r.png Notice that the grid uniformly slices the image. And some ticks on the y-axis doesn't have grid lines. This is not want I want. Conversely, something like this is preferred: http://www.mathworks.com/access/helpdesk/help/toolbox/comm/ug/bert_mat_explot1.gif Thanks! ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users