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
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
-