Re: [Scilab-users] plot(x,y,':') & dotted line : is this a bug?

2020-09-14 Thread Antoine Monmayrant
On 15/09/2020 07:32, Samuel Gougeon wrote: Le 14/09/2020 à 16:14, Antoine Monmayrant a écrit : Hello all, For some reason, I don't understand the output of:     plot(rand(1:10),':') This should be a 'dotted line', as explained on the page:     https://help.scilab.org/docs/6.1.0/en_US/LineSpe

Re: [Scilab-users] plot(x,y,':') & dotted line : is this a bug?

2020-09-14 Thread Samuel Gougeon
Le 14/09/2020 à 16:14, Antoine Monmayrant a écrit : Hello all, For some reason, I don't understand the output of:     plot(rand(1:10),':') This should be a 'dotted line', as explained on the page:     https://help.scilab.org/docs/6.1.0/en_US/LineSpec.html But I get a line_style==5 which is so

Re: [Scilab-users] plot(x,y,':') & dotted line : is this a bug?

2020-09-14 Thread Heinz Nabielek
Ok: perhaps not perfect dots scf();plot(1:10,':'); scf();plot(1:100,':'); > On 14.09.2020, at 16:28, Antoine Monmayrant > wrote: > > scf();plot(1:10,':') ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/us

Re: [Scilab-users] plot(x,y,':') & dotted line : is this a bug?

2020-09-14 Thread Heinz Nabielek
> On 14.09.2020, at 16:14, Antoine Monmayrant > wrote: > > plot(rand(1:10),':') I get a perfect dotted line. Heinz "Scilab Version: ""6.1.1.0" "Operating System: " "Mac OS X 10.15.6"

Re: [Scilab-users] plot(x,y,':') & dotted line : is this a bug?

2020-09-14 Thread Stefan Du Rietz
On 2020-09-14 16:28, Antoine Monmayrant wrote: Le 14/09/2020 à 16:23, Heinz Nabielek a écrit : I get a perfect dotted line. What? I tested this under linux (ubuntu 18.04) & Windows10, with both 5.5.2 and the 6.1 and I don't get a dotted line... I attached the output of:     scf();plo

Re: [Scilab-users] plot(x,y,':') & dotted line : is this a bug?

2020-09-14 Thread Antoine Monmayrant
Le 14/09/2020 à 16:23, Heinz Nabielek a écrit : I get a perfect dotted line. What? I tested this under linux (ubuntu 18.04) & Windows10, with both 5.5.2 and the 6.1 and I don't get a dotted line... I attached the output of:     scf();plot(1:10,':') Antoine ___

[Scilab-users] plot(x,y,':') & dotted line : is this a bug?

2020-09-14 Thread Antoine Monmayrant
Hello all, For some reason, I don't understand the output of:     plot(rand(1:10),':') This should be a 'dotted line', as explained on the page:     https://help.scilab.org/docs/6.1.0/en_US/LineSpec.html But I get a line_style==5 which is some kind of 1dash-2dots line. Looking at what's on pag