<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <pre style="font-family:Monospaced;font-style:normal;font-size:12.0;"><big><big><span style="color:rgb(50,185,185);"><big><big><span style="color:rgb(50,185,185);"><font color="#000000"><font face="Courier New, Courier, monospace"><small><small>Hallo,
The script below is</small></small></font></font></span></big></big> <font color="#000000"><font face="Courier New, Courier, monospace">to make f2 a copy of f1. However f2 is <i>empty</i> although its axes, compound, and polyline data look as expected. 
(Version 5.5.2)  </font></font>

<font face="Courier New">xdel</font></span><font face="Courier New"><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(74,85,219);">)</span><span style="color:rgb(0,0,0);">;</span><span style="color:rgb(50,185,185);">xdel</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(74,85,219);">)</span><span style="color:rgb(0,0,0);">;</span>
<span style="color:rgb(0,0,0);">f1</span><span style="color:rgb(92,92,92);">=</span><span style="color:rgb(50,185,185);">figure</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(188,143,143);">1</span><span style="color:rgb(74,85,219);">)</span><span style="color:rgb(0,0,0);">;</span>
<span style="color:rgb(174,92,176);text-decoration:underline;">plot</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(188,143,143);">1</span><span style="color:rgb(255,170,0);">:</span><span style="color:rgb(188,143,143);">3</span><span style="color:rgb(0,0,0);">,</span><span style="color:rgb(188,143,143);">1</span><span style="color:rgb(255,170,0);">:</span><span style="color:rgb(188,143,143);">3</span><span style="color:rgb(74,85,219);">)</span>
<span style="color:rgb(0,0,0);">ca1</span><span style="color:rgb(92,92,92);">=</span><span style="color:rgb(174,92,176);text-decoration:underline;">gca</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(74,85,219);">)</span><span style="color:rgb(100,174,100);font-style:italic;">//axes with one compound child
//</span>
 <span style="color:rgb(0,0,0);">f2</span><span style="color:rgb(92,92,92);">=</span><span style="color:rgb(50,185,185);">figure</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(188,143,143);">2</span><span style="color:rgb(74,85,219);">)</span><span style="color:rgb(0,0,0);">;</span>
<span style="color:rgb(0,0,0);">ca2</span><span style="color:rgb(92,92,92);">=</span><span style="color:rgb(174,92,176);text-decoration:underline;">gca</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(74,85,219);">)</span><span style="color:rgb(100,174,100);font-style:italic;">//axes without children</span>
<span style="color:rgb(0,0,0);">ca2_</span><span style="color:rgb(92,92,92);">=</span><span style="color:rgb(0,0,0);">ca1</span><span style="color:rgb(100,174,100);font-style:italic;">//axes with one compound child</span>
<span style="color:rgb(0,0,0);">ca2_c</span><span style="color:rgb(92,92,92);">=</span><span style="color:rgb(0,0,0);">ca2_</span><span style="color:rgb(92,92,92);">.</span><span style="color:rgb(170,170,170);">children</span><span style="color:rgb(100,174,100);font-style:italic;">//compound with one polyline child</span>
<span style="color:rgb(0,0,0);">ca2_cc</span><span style="color:rgb(92,92,92);">=</span><span style="color:rgb(0,0,0);">ca2_c</span><span style="color:rgb(92,92,92);">.</span><span style="color:rgb(170,170,170);">children</span><span style="color:rgb(100,174,100);font-style:italic;">//polyline, same as in ca1</span></font></big></big></pre>
    How can the polyline be made visible?<br>
    <br>
    Regards <br>
    Jens<br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
  </body>
</html>