<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Le 19/07/2018 Ã  21:30, Samuel Gougeon a
      Ã©crit :<br>
    </div>
    <blockquote cite="mid:95937912-7e6e-fc7d-245e-267a38ddad27@free.fr"
      type="cite">.../...<br>
      <br>
      param3d1(X,Y,Z);
      <br>
      c = gce();
      <br>
      if size(X,"c")>1, c = c.children;  end
      <br>
      c.polyline_style = 4;
      <br>
      c.thickness = 2;
      <br>
      c.foreground = 32;
      <br>
      <br>
      The last 3 lines should be replaceable with simply
      <br>
      set(c, "polyline_style", 4, "thickness", 2, "foreground", 32);
      <br>
      but there is a bug => being fixed
    </blockquote>
    <br>
    reported <a href="http://bugzilla.scilab.org/show_bug.cgi?id=15670">here</a>
    and fixed <a href="https://codereview.scilab.org/20298">there</a>.<br>
    <br>
    <br>
  </body>
</html>