G := plot( [ f(t), g(t), t=0..1 ], thickness = 2 ):
>
t0 := textplot( [ 8,1, `P[0]` ], align = ABOVE ):
>
t1 := textplot( [ 29, 48, `P[1]` ], align = RIGHT ):
>
t2 := textplot( [ 51, 42, `P[2]` ], align = RIGHT ):
>
t3 := textplot( [ 44, 6, `P[3]` ], align = ABOVE ):
>
pp := pointplot( { [4,1], [28,48], [50,42], [40,5] }, symbol = circle, color = navy ):
>
display(G,t0,t1,t2,t3,pp);
¡@
BACK