Re: [Scilab-users] {EXT} Curves color when plotting

2019-10-28 Thread Samuel Gougeon
Hello, Le 22/10/2019 à 09:02, Perrichon a écrit : Hello, Thanks you for your response I mainly plot curves for bode, nyquist plans, et also time response curves  with csim. With csim, curves are plotted using plot2d. So the problem is very easy to solve : simulation=csim(in, t,

Re: [Scilab-users] {EXT} Curves color when plotting

2019-10-22 Thread Chin Luh Tan
egards Pierre P.   De : users <mailto:users-boun...@lists.scilab.org> De la part de Chin Luh Tan Envoyé : mardi 22 octobre 2019 04:48 À : Users mailing list for Scilab <mailto:users@lists.scilab.org> Cc : Users mailing list for Scilab <mailto:users@lists.scilab.org> Objet : Re: [Scil

Re: [Scilab-users] {EXT} Curves color when plotting

2019-10-22 Thread Perrichon
) where i is the curve number. That's what I wanted to avoid Best regards Pierre P. De : users De la part de Chin Luh Tan Envoyé : mardi 22 octobre 2019 04:48 À : Users mailing list for Scilab Cc : Users mailing list for Scilab Objet : Re: [Scilab-users] {EXT} Curves color when plotting

Re: [Scilab-users] {EXT} Curves color when plotting

2019-10-21 Thread Chin Luh Tan
Hi, from my understanding, easiest way to get the color you wanted is by specifying it during the plot function. --> plot(x,sin(x),'b') --> plot(x,cos(x),'b') will gives u 2 blue lines. By default, scilab figure will following the sequence as stated in "help plot" "A default

Re: [Scilab-users] {EXT} Curves color when plotting

2019-10-21 Thread Dang Ngoc Chan, Christophe
Hello Pierre, > De : Perrichon > Envoyé : lundi 21 octobre 2019 12:05 > > Generally, when plotting, curves's color are taken in the range color > [1 3 5 7 9 11 13 15 [...] Is there a general way to modify this vector > as to get another one with blue as first curve. You might consider redefining