How to draw too many picture use a loop?

thanks!
t.c (1019 Bytes)

Replace your statement

t->Draw("x[i][1]:x[i][2]:x[i][0]",i); by

t->Draw(Form("x[%d][1]:x[%d][2]:x[%d][0]",i,i,i));
Rene