Hello,

Let say we have a figure created by:

plt.plot(range(100))

On WX backend plt.grid(1) or key "G" responds finely for turning on/off the
grid lines. However when I log-scale both axes then plt.grid(1 or 0) or "G"
doesn't respond on minor grid lines.

Is there a way to control this behavior?

Thanks.

-- 
Gökhan
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to