<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    In the following script I would like to save the sequential plot
    result as a pinkless jpg. I found no way to adapt the xinit/xend
    workaround (for xs2jpg) to this case. After execution I would like
    to have three JPGs containing one, two and three lines . <br>
    <pre style="font-family:Monospaced;font-style:normal;font-size:12.0;"><big><big><big>xdel()
for i=1:3
    x=[0 1];
    <span style="text-decoration: underline;">plot</span>(x,i*x)<span style="font-style: italic;"> </span>
    <span style="text-decoration: underline;">halt</span>()
end</big></big></big></pre>
    In my real project the plots are param3d and plot3d. I hope that
    makes no difference.<br>
    <br>
    Hoping for help with kind regards<br>
    Jens<br>
    <br>
    <br>
    <br>
    <br>
    <br>
  </body>
</html>