|
From: Jochen V. <vo...@se...> - 2004-11-19 16:38:49
|
Hello John,
thanks a lot for your help. My picture is improving.
But one problem is left: the script
from matplotlib.matlab import *
from matplotlib.ticker import MultipleLocator
subplot(211)
ax=3Dgca()
ax.xaxis.set_minor_locator(MultipleLocator(1))
ax.xaxis.set_major_locator(MultipleLocator(5))
ax.xaxis.grid(True, which=3D"minor")
ax.yaxis.grid(False)
semilogy([1,2,3,4,5,6,7,8,9,10,11],[1,2,3,4,5,6,7,8,9,10,11],basey=3D2)
show()
has vertical grid lines ONLY on the minor ticks, which looks silly.
How do I get regularly spaced grid lines here?
All the best,
Jochen
--=20
http://seehuhn.de/
|