<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Le 10/12/2016 à 21:00, Jens Simon Strom
      a écrit :<br>
    </div>
    <blockquote cite="mid:584C5EC9.1090902@hslmg.de" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      Hallo Scilab experts,<br>
      During execution of  plot3d, param3d, surf, etc. Scilab <b>automatically</b>
      chooses the axes property <b> rotation_angles</b>. Is there a way
      to influence this automatic? I do not mean ca=gca();
      ca.rotation_angles=[ang1 ang2].  The setting should be positioned
      in the script<b> </b><b>before</b> the plot command und should be
      valid for further plots. <br>
      <br>
      This question is in context with the thread  'untwinkle  a
      sequence of graphics'.  Without setting ca.rotation_angles=[a1 a2]
      after the param3d  there is no twinkle. If I set the appropriate
      aspect - twinkling occurs again. <br>
    </blockquote>
    You can call  drawlater() just before the sequence plot3d(...);
    ca.rotation_angle=.... <br>
    this way the intermediate graphics will not be displayed<br>
    and call drawnow() just after to show the final graphic<br>
    <blockquote cite="mid:584C5EC9.1090902@hslmg.de" type="cite"> <br>
      I have not been able to reduce this to a a minimal example.
      Perhaps my enquiry suffices.<br>
      <br>
      Kind regards<br>
      Jens<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>