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(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 i
>
I am not seeing this with svn matplotlib -- what version are you using?
http://matplotlib.sourceforge.net/faq/troubleshooting_faq.html#report-a-problem
http://matplotlib.sourceforge.net/faq/troubleshooting_faq.html#obtaining-matplotlib-version
JDH
------------------------------------------------------------------------------
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