<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Le 09/11/2019 à 14:59, jaipur a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:1573307988786-0.post@n3.nabble.com">
      <pre class="moz-quote-pre" wrap="">Thank you very much, Mr. Samuel GOUGEON.

I understand both ways of ALT key pressed pan and 3D selection zoom.</pre>
    </blockquote>
    <p><br>
    </p>
    <p>You can do the same with the <b>gca().zoom_box</b> property.<br>
      About it: Beware that the order of entries is not regular:<br>
      <br>
      As documented, the correct setting is<code class="literal"
        dir="ltr"><br>
        [xmin,ymin, xmax,ymax, zmin,zmax]<br>
        <br>
        NOT<br>
      </code><code class="literal" dir="ltr"><br>
        [xmin,ymin,zmin, xmax,ymax,zmax]<br>
        <br>
        NOR<br>
      </code><code class="literal" dir="ltr"><code class="literal"
          dir="ltr">[xmin,xmax, ymin,ymax, zmin,zmax]<br>
        </code>
      </code><br>
      as we could have expected, but that do not do what we want.</p>
    <p><br>
    </p>
  </body>
</html>