[Scilab-users] xtitle seems to suppress plot

Tim Wescott tim at wescottdesign.com
Sun Nov 27 19:00:20 CET 2016


On Sun, 2016-11-27 at 18:06 +0100, Jens Simon Strom wrote:
> 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

Works fine for me; Scilab 5.5.0 on Ubuntu 14.04.  Background is weird,
though.

-->getversion
 ans  =
 
 scilab-5.5.0   
 
-- 

Tim Wescott
www.wescottdesign.com
Control & Communications systems, circuit & software design.
Phone: 503.631.7815
Cell:  503.349.8432
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Graphic window number 0.png
Type: image/png
Size: 7025 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20161127/63964f6e/attachment.png>


More information about the users mailing list