I cannot seem to get the following code produce what I expect. I want minor
tick marks between my major ticks on a base 2 logx plot.

ax = axes()
ax.set_xlim(0.5, 2)
ax.set_xscale('log', basex=2, subsx=range(2,9))
grid(b=True, which='minor')

I would have expected there to be minor ticks at 2^(-1:0.1:1) excluding
-1,0 and 1. Any help would be appreciated.

Kind regards,

Kurt
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to