5.5.4 Sub-windows

It is also possible to make multiple plotting in the same graphic window (Figure 5.11).

xinit('d7-8.ps');
  t=(0:.05:1)';st=sin(2*%pi*t);
  subplot(2,1,1)
  plot2d2(t,st);
  subplot(2,1,2)
  plot2d3(t,st);
  xsetech([0,0,1,1]);

Figure 5.11: Use of subplot
\begin{figure}\begin{center}
\fbox{\begin{picture}(300.00,212.00)
%%%%%%%%%%%%%%...
...0}
\end{picture}}\end{center}<tex2html_endfile> ...