picture pcon; pcon = image(
draw point 0 of p -- postcontrol 1 of p -- postcontrol 2 of p -- postcontrol 3 of p -- point 5 of p
dashed withdots scaled 1/2 withcolor 2/3 red;
for i=1 upto 3: draw postcontrol i of p withpen pencircle scaled 2 withcolor 2/3 red; endfor
label.lrt("$z_1$", postcontrol 1 of p) withcolor 2/3 red;
label.top("$z_2$", postcontrol 2 of p) withcolor 2/3 red;
label.llft("$z_3$", postcontrol 3 of p) withcolor 2/3 red;
draw p withcolor 1/2 blue;
for i=0 upto length p: draw point i of p withpen pencircle scaled 2; endfor
); draw pcon shifted 120 down;