<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    Dear All,<br>
    <br>
    <font face="Courier New">I have the following problem with the
      graphic axes property clip_state. I don't know if comes from an
      inaccurate description in the documentation or something I'm not
      understanding quite well...<br>
      <br>
      1) I create new axes by plotting some data set. As expected, axes'
      size matches the plot data range. <br>
      <br>
      2) I run   <br>
      <br>
      gca().clip_state = "off"<br>
         <br>
      Acording to the documentation 
      (<a class="moz-txt-link-freetext" href="https://help.scilab.org/docs/6.0.2/en_US/axes_properties.html">https://help.scilab.org/docs/6.0.2/en_US/axes_properties.html</a>),
      from now on all newly created objects should not clip, meaning
      that even if the object (such as a polyline) exceeds the original
      data range, it will be displayed in full. <br>
      <br>
      3) I plot another data set that exceeds the original axes limits.
      Contrary to the expected behavior, it does clip.<br>
      <br>
      4) I run <br>
      <br>
      gca().clip_state <br>
      <br>
      and I see it has reverted to "clipgrf". This explains the observed
      clipping, but it is not clear why the setting from 2) has changed.<br>
      <br>
      5) I run again<br>
      <br>
      gca().clip_state = "off"<br>
      <br>
      Nothing happens (it makes sense, since the clip_state should
      affect new objects, not previous ones)<br>
      <br>
      6) I run   <br>
      <br>
      gce().children.clip_state = "off"<br>
      <br>
      Only now the clipping is gone and the second plot shows in full. <br>
      <br>
      Why the original clip_state setting is overridden? <br>
      <br>
      If it is the normal or expected behavior (in which case the
      documentation isn't accurate), then what is it meant for, given
      that the final impact is that of each individual entity's setting?<br>
      <br>
      Thanks in advance.<br>
      <br>
      Federico Miyara  <br>
    </font><br>
  <div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br /> <table style="border-top: 1px solid #D3D4DE;">
        <tr>
      <td style="width: 55px; padding-top: 18px;"><a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif" alt="" width="46" height="29" style="width: 46px; height: 29px;" /></a></td>
                <td style="width: 470px; padding-top: 17px; color: #41424e; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 18px;">Libre de virus. <a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank" style="color: #4453ea;">www.avast.com</a>           </td>
        </tr>
</table>
<a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"> </a></div></body>
</html>