0.98.5.2
John Hunter wrote:
On Tue, Apr 28, 2009 at 3:18 AM, Olivier
Feys <olivier.f...@gmail.com>
wrote:
Hi,
I found a bug with the grid after passing by a log scale.
Here is the sample code reproducing the bug :
from pylab import *
plot(ra
Hi,
I found a bug with the grid after passing by a log scale.
Here is the sample code reproducing the bug :
from pylab import *
plot(range(50),range(50))
draw()
gca().set_yscale('log')
draw()
gca().xaxis.grid()
draw()
gca().set_yscale('linear')
draw()
show()
The grid on the xaxis
disap