Re: [Scilab-users] Why plot doesn't work on integers

2019-02-02 Thread Federico Miyara
Thank you, I'm glad to help a little bit improve this great software. Regards, Federico Miyara On 02/02/2019 17:29, Samuel Gougeon wrote: Hello Federico, Thanks for pointing this issue. It is clearly a bug. It occurs since the earliest ages of Scilab. It will be fixed ASAP. Regards Samuel

Re: [Scilab-users] Why plot doesn't work on integers

2019-02-02 Thread Samuel Gougeon
Hello Federico, Thanks for pointing this issue. It is clearly a bug. It occurs since the earliest ages of Scilab. It will be fixed ASAP. Regards Samuel Le 02/02/2019 à 09:42, Federico Miyara a écrit : Dear all, I know it is better to use plot2d, but I wonder why plot works differently from

[Scilab-users] Why plot doesn't work on integers

2019-02-02 Thread Federico Miyara
Dear all, I know it is better to use plot2d, but I wonder why plot works differently from plot2d when one of the variables is integer. Consider this code // Generate x axis with real (double) numbers x = (1:20)/20 // Generate y axis with random integers y = iconvert(100*rand(1,20),2)