<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    Jens,<br>
    <br>
    I've tried this in Scilab 6.1 and it works fine.<br>
    <br>
    I understand the problem of backwards compatibility. I really do,
    since I had about 1000 Matlab fully working scripts and functions
    when I decided to migrate to Scilab. Most of them need much more
    than cosmetic changes like // for %. But it was worth the effort.
    The successive changes from 5.5.2 through 6.1 were much smoother
    than changing  application altoghether<br>
    <br>
    In your case, unless you don't plan ever to benefit from
    improvements of new Scilab versions (including knonw bugs which no
    one will fix for earlier versions), you should try 6.1. There is no
    problem to keep 5.5.2 installed and start working in 6.1. If you
    need to run an older script and don't want to update it, you just
    open it in 5.5.2.<br>
    <br>
    Regards,<br>
    <br>
    Federico<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 16/03/2020 18:46, Jens Simon Strom
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:0da4db6c-c71f-2f59-e8e7-f1c7a69a0343@hslmg.de">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <p>Hallo Scilab family,</p>
      <p>After two decades of using Scilab I was not able to fix the
        following problem.</p>
      <pre style="font-family:Monospaced;font-style:normal;font-size:20.0;"><span style="color:rgb(0,0,0);">fig</span><span style="color:rgb(92,92,92);">=</span><span style="color:rgb(50,185,185);">figure</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(255,0,0);">'</span><span style="color:rgb(255,0,0);">visible</span><span style="color:rgb(255,0,0);">'</span><span style="color:rgb(0,0,0);">,</span><span style="color:rgb(255,0,0);">'</span><span style="color:rgb(255,0,0);">off</span><span style="color:rgb(255,0,0);">'</span><span style="color:rgb(74,85,219);">)</span><span style="color:rgb(0,0,0);">;</span>
<span style="color:rgb(174,92,176);text-decoration:underline;">plot</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(102,102,102);">0</span><span style="color:rgb(255,170,0);">:</span><span style="color:rgb(102,102,102);">5</span><span style="color:rgb(0,0,0);">,</span><span style="color:rgb(102,102,102);">0</span><span style="color:rgb(255,170,0);">:</span><span style="color:rgb(102,102,102);">5</span><span style="color:rgb(74,85,219);">)</span>
<span style="color:rgb(0,102,102);font-style:italic;">//xtitle(</span><span style="color:rgb(0,102,102);font-style:italic;">'</span><span style="color:rgb(0,102,102);font-style:italic;">xtitle hides the figure content.</span><span style="color:rgb(0,102,102);font-style:italic;">'</span><span style="color:rgb(0,102,102);font-style:italic;">)    </span>
<span style="color:rgb(50,185,185);">set</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(0,0,0);">fig</span><span style="color:rgb(0,0,0);">,</span><span style="color:rgb(255,0,0);">'</span><span style="color:rgb(255,0,0);">visible</span><span style="color:rgb(255,0,0);">'</span><span style="color:rgb(0,0,0);">,</span><span style="color:rgb(255,0,0);">'</span><span style="color:rgb(255,0,0);">on</span><span style="color:rgb(255,0,0);">'</span><span style="color:rgb(74,85,219);">)</span><span style="color:rgb(0,0,0);">;

The script does what I expect. However when uncommenting <font face="Courier New, Courier, monospace">xtitle</font> the figure is blank (Version 5.5.2*). What can I do?

The background of this question is a script which creates some 10 figures which are filled with polylines in a loop. Whithout the <font face="Courier New, Courier, monospace">visible</font> off/on  there is a nervous flicker of graphics which I want to avoid. 
But</span><span style="color:rgb(0,0,0);"><span style="color:rgb(0,0,0);"> <font face="Courier New, Courier, monospace">xtitle</font></span> is a must.

*) I cannat go to Version 6 because most of my earlier scripts would not run.

Regards
Jens
</span></pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-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>
    <br>
  </body>
</html>