% 1. Definition of characteristic points \figinit{pt} \figpt 1:(-10, 10) \figpt 2:(110, 40) \figpt 3:(50, -40) \figptbary 11:[1,2,3 ; 1,1,1]\figpttraC 11:=11/0,40/ \figvectC 10(150,0)\figptstra 12=11,12/1,10/ % 2. Creation of the graphical file \figdrawbegin{} \figdrawtrimesh 1 [1,2,3] \figptstra 1=1,2,3/1,10/ \figset trimesh(dash=4)\figdrawtrimesh 2 [1,2,3] \figptstra 1=1,2,3/1,10/ \figset trimesh(dash=5)\figdrawtrimesh 3 [1,2,3] \figdrawend % 3. Writing text on the figure \figvisu{\figBoxA}{\bf Lagrange type triangles}{ \figwritec[11]{Type 1}\figwritec[12]{Type 2}\figwritec[13]{Type 3} } \centerline{\box\figBoxA} |