388 |
pylab.plot(A[:,0],A[:,i+1],'-',color=_colcyc[i%_ncc],marker='',lw=2,label=y[i].title) |
pylab.plot(A[:,0],A[:,i+1],'-',color=_colcyc[i%_ncc],marker='',lw=2,label=y[i].title) |
389 |
pylab.plot(arrx,arry,'s',color='black') |
pylab.plot(arrx,arry,'s',color='black') |
390 |
else: |
else: |
391 |
pylab.plot(A[:,0],A[:,i+1],'-',color=_colcyc[i%_ncc],market='o',label=y[i].title) |
pylab.plot(A[:,0],A[:,i+1],'-',color=_colcyc[i%_ncc],marker='o',label=y[i].title) |
392 |
|
|
393 |
# put the x-axis label only on the last plot |
# put the x-axis label only on the last plot |
394 |
if i+1 != len(y): |
if i+1 != len(y): |