\input fig4tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 1. Definition des points caracteristiques de la geometrie
\figinit{cm}
\figpt 0:$O$(0,0)\figpt 1:(3,0)\figpt 2:(0,3)\figpt 3:(3,3)
\figptbary 4:[0,1,2,3; 1,1,1,1]
% 2. Creation du fichier graphique
\figdrawbegin{}
% Draw the connections between nodes
\figdrawfcconnect[0,1]\figdrawfcconnect[0,2]\figdrawfcconnect[2,3]\figdrawfcconnect[1,3]
\figdrawfcconnect[0,4]\figdrawfcconnect[4,3]\figdrawfcconnect[1,4]\figdrawfcconnect[4,2]
% Draw the frames at each node
\figset (color=1)
\figset flowchart(shape=ellipse)
\figdrawfcnode[0,1,2,3,4]{}
\figdrawend
% 3. Inscription du texte sur le dessin
\figvisu{\figBoxA}{Example}{%
\figwritec[0,1,2,3,4]{}
}
\centerline{\box\figBoxA}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bye