\input fig4tex.tex
%
% 1. Definition of characteristic points
\figinit{cm}
\figpt 0:(0, 0)
\figpt 1:(-2,1)\figpt 2:(-1.5,-1.5)
\figpt 3:(1.5,1.5)\figpt 4:(2,-1)
% 2. Creation of the graphical file
\figdrawbegin{}
\figdrawline [0,1]\figdrawline [0,2]\figdrawline [0,3]\figdrawline [0,4]
\figdrawend
% 3. Writing text on the figure
\figvisu{\figBoxA}{{\tt \char`\\figwritegX} variants}{
\figset write(mark=+)
\figwritegw 0:General West$|$(2,10mm)
\figwritegcw 0:General Centered West$|$(1.5,-1.5)
\figwritegce 0:$|$General Centered East(1.5,1.5)
\figwritege 0:$|$General East(2,-1)
}
\centerline{\box\figBoxA}
\bye