Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

what i've done
o1=point([(0,0),(1,0),(2,0),(3,35),(4,105),(5,252),(6,1260),(7,2910)],color='red',legend_label='izf')
o2=point([(0,0),(1,0),(2,0),(3,35),(4,105),(5,252),(6,420),(7,360)] ,color='blue',legend_label='act')
o3=point( [(0,0),(1,0),(2,42),(3,210),(4,1302),(5,7770),(6,46662),(7,279930)],color='blue',legend_label='cadj')

o=o1+o2+o3

plot(o,scale='semilogy')

the plot i still doesn't look good. some help if possible?

what i've done
o1=point([(0,0),(1,0),(2,0),(3,35),(4,105),(5,252),(6,1260),(7,2910)],color='red',legend_label='izf')
o2=point([(0,0),(1,0),(2,0),(3,35),(4,105),(5,252),(6,420),(7,360)] ,color='blue',legend_label='act')
o3=point( [(0,0),(1,0),(2,42),(3,210),(4,1302),(5,7770),(6,46662),(7,279930)],color='blue',legend_label='cadj')

o=o1+o2+o3

plot(o,scale='semilogy')

the plot i get still doesn't look good. some help if possible?