Re: [Scilab-users] Changing properties of mark_mode polyline in param3d1

2022-05-02 Thread Izabela Wójcik-Grząba
Hi, Thank you all for the answers. Problem is solved thanks to matrix with color indexes. Earlier I thought about changing color of each point with the use of "for" loop and that's why I didn't think about the simplest solution which is the matrix. Kind regards, Iza --- Izabela

Re: [Scilab-users] Variable user equation input (2, 3 or more)

2022-05-02 Thread Dang Ngoc Chan, Christophe
Hello, > De : De la part de Lester Anderson > Envoyé : samedi 30 avril 2022 07:15 > > My query, is it possible to make this more generalised and vary the > number of input equations and give the user an option to specify the number > of equations? I don't know this problem and its solution but

Re: [Scilab-users] Changing properties of mark_mode polyline in param3d1

2022-05-02 Thread Dang Ngoc Chan, Christophe
Hello, > De : Izabela Wójcik-Grzaba > Envoyé : vendredi 29 avril 2022 17:01 > > The problem is that my real plot is made with param3d1 and consists of > different elements: polylines with line_mode, with mark_mode, xstrings. > It is now impossible to change the type. Both param3d1() and