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 disappears after setting back the yaxis to linear.
Please let me know if this is the right place for posting this kind of message. If not, where can I do that ?

Thanks

Olivier
------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to