Re: [Matplotlib-users] grid on log-plots

2009-09-09 Thread jihi
Hi, is it enough to overwrite the axesgrid.py file in my matplotlib 0.99 installation with the file from svn? I tried that, but i see no effects. Are there anywhere precompiled matplotlib releases for 1.0_win32_pre? Andreas Jae-Joon Lee schrieb: > On Tue, Sep 8, 2009 at 11:51 AM, Yann > Gouda

[Matplotlib-users] grid on log-plots

2009-09-07 Thread jihi
Hi, can anybody tell me how to get gridlines in a logarithmic plot? i tried eg.: loglog([1,10,100], [1,10,100]) grid(True) but neither the grid is drawn, nor an error occur. When i make a linear plot, grid(True) works fine and draws the grid. (win32, python 2.6, matplotlib 0.99) Thanks -