[Scilab-users] xtitle hides figure cintent

Federico Miyara fmiyara at fceia.unr.edu.ar
Tue Mar 17 01:46:17 CET 2020


Jens,

I've tried this in Scilab 6.1 and it works fine.

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

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.

Regards,

Federico


On 16/03/2020 18:46, Jens Simon Strom wrote:
>
> Hallo Scilab family,
>
> After two decades of using Scilab I was not able to fix the following 
> problem.
>
> fig=figure('visible','off');
> plot(0:5,0:5)
> //xtitle('xtitle hides the figure content.')
> set(fig,'visible','on'); The script does what I expect. However when 
> uncommenting xtitle 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 
> visible off/on there is a nervous flicker of graphics which I want to 
> avoid. Butxtitle is a must. *) I cannat go to Version 6 because most 
> of my earlier scripts would not run. Regards Jens
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20200316/4ff08f0f/attachment.htm>


More information about the users mailing list