Re: [Scilab-users] ?==?utf-8?q? xtitle hides figure cinten

2020-03-16 Thread Antoine Monmayrant
> - try different syntaxes that should be equivalent like > fig.children.x_label.text='foo' instead of xtitle('foo') or fig.visible='on' > instead of set(fig,'visible','on'). Sorry, I meant fig.children.title.text='foo' instead of xtitle('foo') Antoine

Re: [Scilab-users] ?==?utf-8?q? xtitle hides figure cintent

2020-03-16 Thread Antoine Monmayrant
Hello Jens, I'm sorry, I cannot try your code on scilab-5.5.2 : I just downloaded and installed it but it segfaults whenever using graphics (ie only scilab-cli works). BTW, should I report this or development/bug fixes are over on 5.5.2? If I remember correctly, updating graphics content and pr

Re: [Scilab-users] xtitle hides figure cintent

2020-03-16 Thread Federico Miyara
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

[Scilab-users] xtitle hides figure cintent

2020-03-16 Thread Jens Simon Strom
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 bl

Re: [Scilab-users] ?==?utf-8?q? ?==?utf-8?q? ?= New function for scilab to matlab conversio

2020-03-16 Thread Antoine Monmayrant
Clément, I had a look at gerrit, it's a bit overwhelming. I don't want to add unnecessary noise to the git log. I am not even sure about: (1) the number / nature of the files I am supposed to make. So far, I though about: - the macro itself 'pol2cart.sci' - the xml file to describe the help

[Scilab-users] Datatips display are incoherent with the Y-axes scaning using scilab 6.1.0 - Bugzilla #16376

2020-03-16 Thread Perrichon
Hello, BUG DESCRIPTION: datatips display are incoherent with the Y-axes scaning using scilab 6.1.0 It was not the case with Scilab 5.5.2 At least datatips display should respect precision of the y-axis ERROR LOG: -- None HOW TO REPRODUCE THE BUG: -

[Scilab-users] Impossibility to open a scg file with datatips recorded with scilab 5.5.2 - Bugzilla #16374

2020-03-16 Thread Perrichon
Hello, It's no more possible to open a scg file with datatips recorded coming from Scilab 5.5.2 to Scilab 6.1.0 Should it be possible to get a translater for scg coming from 5.5.2 to 6.1.0 ? I've more than hundred of scg figures in scilab 5.5.2 See attached file Test.scg Bugzilla