<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 05/04/2019 à 03:22, Federico Miyara
a écrit :<br>
</div>
<blockquote
cite="mid:08efc525-0b34-3ce4-0ed3-e14ff7175171@fceia.unr.edu.ar"
type="cite">
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
<br>
<font face="Courier New">Samuel,<br>
<br>
Probably my comment was considered as regards text_properties,
but it actually was referred to axes_properties <br>
<br>
<a moz-do-not-send="true" 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><br>
<br>
Close to the end, before the examples, it says:</font><br>
<dl>
<dt><span class="term">clip_state:</span> </dt>
<dd>
<p class="para">This field contains the default <code
class="literal" dir="ltr">clip_state</code> property value
for all objects. Its value should be :</p>
<ol>
<li>
<p class="para"><code class="literal" dir="ltr">"off"</code>
this means that all objects created after that are not
clipped (default value).</p>
</li>
<li>
<p class="para"><code class="literal" dir="ltr">"clipgrf"</code>
this means that all objects created after that are
clipped outside the Axes boundaries.</p>
</li>
<li>
<p class="para"><code class="literal" dir="ltr">"on"</code>
this means that all objects created after that are
clipped outside the rectangle given by property
clip_box.</p>
</li>
</ol>
</dd>
</dl>
<font face="Courier New">But after any plotting process I get<br>
<br>
--> gca().clip_state<br>
ans =<br>
<br>
clipgrf<br>
<br>
So it seems the default (for axes) is not "off" but "clipgrf",
so there is an issue in the documantation.<br>
</font></blockquote>
<br>
You are right. I will fix the error in the page.<br>
Thanks<br>
<br>
Samuel<br>
<font face="Courier New"><br>
</font>
</body>
</html>