% 1. Definition of characteristic points \figinit{cm} % Node locations \figpt 1:$A$(0,0)\figpt 2:$B$(-2,2)\figpt 3:$C$(3,2) \figpt 4:$D$(-1.5,-2)\figpt 5:$E$(1.1,-1.5) % Additional point to define the curved path \figpt 0:(2,-2) % % 2. Creation of the graphical file \psbeginfig{} % Draw the connections between nodes \psfcconnect[1,2]\psfcconnect[1,3]\psfcconnect[1,4] \psfcconnect[2,3]\psfcconnect[2,4] \psfcconnect[3,5] \psset flowchart(line=curve)\psfcconnect[4,0,3] % Draw the frames at each node \psset (color=1)\psset flowchart(shape=ellipse) \psfcnode[1,2,3,4,5]{} \psendfig % % 3. Writing text on the figure \figvisu{\figBoxA}{{\bf Simple flow chart}}{ \figwritec[1,2,3,4,5]{} } \centerline{\box\figBoxA} |