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

2021-10-01 Thread Stefan Du Rietz
Sorry, I missed a "2": function y = yblu(yin) y = -1 + log10(yin)*2/3 endfunction Stefan On 2021-10-01 12:58, Stefan Du Rietz wrote: Hello David, if you don't need automatic scaling, you could use drawaxis() to get the second and third y-axis and then scale the y-data of those lines to

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

2021-10-01 Thread Stefan Du Rietz
Hello David, if you don't need automatic scaling, you could use drawaxis() to get the second and third y-axis and then scale the y-data of those lines to plot them in the first axes. In your figure: function y = yblu(yin) y = -1 + log10(yin)/3 endfunction function y = yred(yin) y = -1 +

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

2021-09-30 Thread P M
xes -1), > each with a callback like “swap_handles(axes_1, axes_n)”. > > HTH > > Denis > > > > *De :* users *De la part de* CHEZE David > 227480 > *Envoyé :* jeudi 30 septembre 2021 09:57 > *À :* Users mailing list for Scilab > *Objet :* [Scilab-users] datatips in

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

2021-09-30 Thread CRETE Denis
by a new menu button created with uimenu (and as many submenus as the number of axes -1), each with a callback like "swap_handles(axes_1, axes_n)". HTH Denis De : users De la part de CHEZE David 227480 Envoyé : jeudi 30 septembre 2021 09:57 À : Users mailing list for Scilab Objet : [Scil

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

2021-09-30 Thread Stéphane Mottelet
gt; created with uimenu (and as many submenus as the number of axes -1), each > with a callback like “swap_handles(axes_1, axes_n)”. > HTH > Denis > > De : users De la part de CHEZE David 227480 > Envoyé : jeudi 30 septembre 2021 09:57 > À : Users mailing list for Scilab > Objet :

[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