next up previous contents index
Next: 5.5.5 A Set of Up: 5.5 3D Plotting Previous: 5.5.3 Mixing 2D and

5.5.4 Sub-windows

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

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


  
Figure 5.12: Use of xsetech
\begin{figure}
\begin{center}
\fbox{\begin{picture}
(300.00,212.00)
% if you wan...
...es/d7-8.eps hscale=100.00 vscale=100.00}
\end{picture}}\end{center}
\end{figure}


next up previous contents index
Next: 5.5.5 A Set of Up: 5.5 3D Plotting Previous: 5.5.3 Mixing 2D and
Scilab Group