use range
This commit is contained in:
parent
ac552d99b2
commit
8beef8ad55
@ -41,7 +41,7 @@ for mu in mus :
|
||||
ax.text(mu-0.1, 0.04, '?', zorder=1, ha='right')
|
||||
else :
|
||||
ax.text(mu+0.1, 0.04, '?', zorder=1)
|
||||
for k in np.arange(len(mus)) :
|
||||
for k in range(len(mus)) :
|
||||
ax.plot(x, g[:,k], zorder=5)
|
||||
ax.scatter(xd, 0.05*rng.rand(len(xd))+0.2, s=30, zorder=10)
|
||||
|
||||
|
Reference in New Issue
Block a user