Re: [Scilab-users] datatips in multiple axes plot

2021-09-30 Thread P M
David, if you can express your data by a function, maybe something like this can help? BR Philipp // ## //define functions for data generationfunction res=func1(x) res = sin(x);endfunction function res=func2(x) res = x .* x;endfunction function

Re: [Scilab-users] datatips in multiple axes plot

2021-09-30 Thread CRETE Denis
Hello, I tried to use the example of "newaxes" in the help files, but I can't create any datatip (because of frames ???)... With the example of "sca" in the help files, I can create datatips on all 3 curves (distributed on 2 different sets of axes). In this case, the subplots do not overlap. If

Re: [Scilab-users] datatips in multiple axes plot

2021-09-30 Thread Stéphane Mottelet
Hello, Having digged in the code of the entity picker some time ago, I think that the problem can be fixed at the Java level. Please create an issue on Bugzilla. S. > Le 30 sept. 2021 à 13:10, CRETE Denis a écrit : > >  > Hello, > I tried to use the example of “newaxes” in the help files,

[Scilab-users] datatips in multiple axes plot

2021-09-30 Thread CHEZE David 227480
Dear all, I found a limitation in the datatip manager of any figure window, as illustrated in the screen capture below, from the "multiple scaled plots" example : the datatip manager can catch only the last axe that was plotted, in the example only the red curve. This is a pity since it might