<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Le 10/12/2016 21:34, Samuel Gougeon a
      écrit :<br>
    </div>
    <blockquote cite="mid:584C66CA.4050804@free.fr" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <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>
      </blockquote>
      Jens,<br>
      <br>
      I bet that you will become expert in documentation reading:<br>
      Please see the theta and alpha plot3d() options:<br>
      <a moz-do-not-send="true" class="moz-txt-link-freetext"
        href="https://help.scilab.org/docs/6.0.0/en_US/plot3d.html">https://help.scilab.org/docs/6.0.0/en_US/plot3d.html</a><br>
      <br>
      Nevertheless, i agree that the present plot3d() behavior is bugged
      in 2 ways:<br>
      <ol>
        <li>if the current axes has already some rotation_angles clearly
          set to a 3D view (= at least one of both azimuth and polar
          angles not being a multiple of 90), plot3d()  should not reset
          them to some default rotation_angles values, but use the
          current axes without reorienting it.<br>
          <br>
        </li>
        <li>plot3d() default rotation_angles values should be taken from
          gda(). It is presently not the case. There is no reason to use
          gda() / sda() only for 2D plots.</li>
      </ol>
    </blockquote>
    <br>
    These issues are reported there: <a class="moz-txt-link-freetext" href="http://bugzilla.scilab.org/14890">http://bugzilla.scilab.org/14890</a><br>
    <br>
    SG<br>
    <br>
  </body>
</html>