Re: [Scilab-users] Plot sequence: Problem only, one colour is white. What is the easiest way to change the colour sequence?

2023-10-30 Thread Lamy Alain
t;black"); a.children(1).children(3).mark_background = color("black"); -Original Message- From: users On Behalf Of Lamy Alain Sent: lundi 30 octobre 2023 13:04 To: Users mailing list for Scilab Subject: Re: [Scilab-users] Plot sequence: Problem only, one colour is white. What is the

Re: [Scilab-users] Plot sequence: Problem only, one colour is white. What is the easiest way to change the colour sequence?

2023-10-30 Thread Lamy Alain
Hi, I don't see which one is white. But anyway, what you could do is change one or more colors after the plot. You could do something like: a = gca(); // list all colors a.children(1).children(1:9).foreground // change number 3 a.children(1).children(3).foreground = 1 Alain -Original

Re: [Scilab-users] Plot sequence: Problem only, one colour is white. What is the easiest way to change the colour sequence?

2023-10-30 Thread Heinz Nabielek
So sorry, my fault. From 9 data series, I saw only 8 on my plot. But, when checking, this was because one was on top of another and not because one was white. Thanks for the patient explanation. Heinz > On 30.10.2023, at 08:30, Federico Miyara wrote: > > > Heinz, > > I think you asked this

Re: [Scilab-users] Plot sequence: Problem only, one colour is white. What is the easiest way to change the colour sequence?

2023-10-30 Thread Federico Miyara
Heinz, I think you asked this very question in the past. I don't experience your problem. According to https://help.scilab.org/LineSpec if you don't specify the color it cycles through the table R G B 0. 0. 1. 0. 0.5 0. 1. 0. 0. 0. 0.750.75