<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hallo,<br>
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?<br>
<pre style="font-style: normal; font-size: 12px;"><big><font face="Courier New, Courier, monospace">xdel();
cf=figure("immediate_drawing",'off', 'visible','off');
<span style="text-decoration: underline;">plot</span>(rand(1,5))
sleep(1000)//only for checking invisibility of new figure
cf.immediate_drawing="on"; cf.visible="on";
<span style="font-style: italic;">//xtitle(</span><span style="font-style: italic;">'</span><span style="font-style: italic;">xtitle seems to suppress plot content.</span><span style="font-style: italic;">'</span><span style="font-style: italic;">)</span></font></big></pre>
Cheers<br>
Jens<br>
<br>
<pre style="font-style: normal; font-size: 12px;"><font face="Courier New, Courier, monospace">
<span style="font-style: italic;"></span></font></pre>
<pre>
</pre>
</body>
</html>