Re: [Scilab-users] Plots on second Y axis

2017-03-29 Thread mathias_magdowski
JLan wrote > Using the [a1 a2] handles afterwards was not quite successful for me. This worked fine for me: [a1,a2]=plotyy(t,uL2,i3) legend(a1,"uL2",2); legend(a2,"i3",1); ylabel(a1,'Spannung, u in V','fontsize',3); xlabel(a2,'Zeit, t in s','fontsize',3); ylabel(a1,'Strom, i in A','fontsize',3);

Re: [Scilab-users] Plots on second Y axis

2017-03-29 Thread JLan
mathias_magdowski wrote > I have extended the given example.. Good, although it can get a bit messed up when using the "reframe to contents" button. Using the [a1 a2] handles afterwards was not quite successful for me. What about adding some optional labels in the function? function

Re: [Scilab-users] compiling scilab

2017-03-29 Thread Florian Blachère
I opened a bug report : http://bugzilla.scilab.org/show_bug.cgi?id=15107 I managed to rebase the patch by deleting the part about the .depend file, as it is not present in the 6.0.0 archive. The builds of the master branch and the 6.0.0 tag pass with the '-j1' option. Many thanks for the work!

Re: [Scilab-users] Scilab GUI 6 crash

2017-03-29 Thread Michael Benguigui
Ok Paul, thanks again. Do you have in mind a temporary work around for this issue, that I could add in my dev.. Or this can only be tackled on your side..? Regards Michael 2017-03-28 13:46 GMT+02:00 Michael Benguigui < michael.bengui...@activeeon.com>: > Dear Paul, thank you for your last

Re: [Scilab-users] compiling scilab

2017-03-29 Thread Florian Blachère
Hello, The patch allows the build on the master branch but the '-j1' is still needed. Would it be possible to also create a patch for the 6.0.0 tag or release a new version with this bug fixed ? Florian On 27/03/17 17:47, Clément David wrote: > Hello, > > On my machine, with the patch [1] I