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 Message-----
From: users <users-boun...@lists.scilab.org> On Behalf Of Heinz Nabielek
Sent: dimanche 29 octobre 2023 02:46
To: Users mailing list for Scilab <users@lists.scilab.org>
Subject: [Scilab-users] Plot sequence: Problem only, one colour is white. What 
is the easiest way to change the colour sequence?

I have a vector x with  --> size(x) = 13.   1.
and an array y with     --> size(y) = 13.   9.

Scilab has that beautiful power that I can plot them all at once with 9 
different colours
--> plot(x,y,’o’);

Problem only, one colour is white.
What is the easiest way to change the colour sequence?
Greetings
Heinz



_______________________________________________
users mailing list - users@lists.scilab.org Click here to unsubscribe: 
<mailto:users-unsubscr...@lists.scilab.org>
https://lists.scilab.org/mailman/listinfo/users
This email and any attachments are intended solely for the use of the 
individual or entity to whom it is addressed and may be confidential and/or 
privileged.

If you are not one of the named recipients or have received this email in error,

(i) you should not read, disclose, or copy it,

(ii) please notify sender of your receipt by reply email and delete this email 
and all attachments,

(iii) Dassault Systèmes does not accept or assume any liability or 
responsibility for any use of or reliance on this email.


Please be informed that your personal data are processed according to our data 
privacy policy as described on our website. Should you have any questions 
related to personal data protection, please contact 3DS Data Protection Officer 
https://www.3ds.com/privacy-policy/contact/

_______________________________________________
users mailing list - users@lists.scilab.org
Click here to unsubscribe: <mailto:users-unsubscr...@lists.scilab.org>
https://lists.scilab.org/mailman/listinfo/users
This email and any attachments are intended solely for the use of the 
individual or entity to whom it is addressed and may be confidential and/or 
privileged.

If you are not one of the named recipients or have received this email in error,

(i) you should not read, disclose, or copy it,

(ii) please notify sender of your receipt by reply email and delete this email 
and all attachments,

(iii) Dassault Systèmes does not accept or assume any liability or 
responsibility for any use of or reliance on this email.


Please be informed that your personal data are processed according to our data 
privacy policy as described on our website. Should you have any questions 
related to personal data protection, please contact 3DS Data Protection Officer 
https://www.3ds.com/privacy-policy/contact/

Reply via email to