<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    I use scilab-5.5.2. <br>
    I just tried 5.4.0. There the script works.<br>
    Cheers<br>
    Jens<br>
------------------------------------------------------------------------------------------------------<br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">Am 27.11.2016 19:00, schrieb Tim
      Wescott:<br>
    </div>
    <blockquote cite="mid:1480269620.6116.183.camel@Servo" type="cite">
      <pre wrap="">On Sun, 2016-11-27 at 18:06 +0100, Jens Simon Strom wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hallo,
Instead of drawlater/drawnow I prefer the below approach for starting
a figure because no  windows flicker temporarily on the screen. This
works fine exept when 'xtitle' is used.  Inspecting the figure's,
axes', compound's  and polyline's data I get no hint that the axes
should be invisible. How can I make the axes appear without initial
flicker?
xdel(); 
cf=figure("immediate_drawing",'off', 'visible','off');
plot(rand(1,5))
sleep(1000)//only for checking invisibility of new figure
cf.immediate_drawing="on";  cf.visible="on"; 
//xtitle('xtitle seems to suppress plot content.')
Cheers
Jens
</pre>
      </blockquote>
      <pre wrap="">
Works fine for me; Scilab 5.5.0 on Ubuntu 14.04.  Background is weird,
though.

-->getversion
 ans  =
 
 scilab-5.5.0   
 
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <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>