On 21.03.2023, at 17:17, Jean-Yves Baudais <jean-yves.baud...@insa-rennes.fr> 
wrote:
>
> Hello,
>
> Le 20/03/2023 à 14:40, Samuel Gougeon a écrit :
>> getcolor() tells it to you, in the infobar for the selected color:
>
> > plot((1:10)',rand(10,6),"-*");legend("1","2","3","4","5","6")


Sorry, colleagues, I am still at a loss. At first, I am plotting 7 arrays in a 
sequence of pre-defined colours (that I find nowhwere in the Scilab help 
functions)

A=rand(10,7);
plot((1:10)',A,"-*");
xgrid(color('grey70'));
legend("1","2","3","4","5","6","7");

Now, I would like to redraw array #6 with a thicker line of the same colour as 
in the original colour sequence, thus:
plot((1:10)',A(:,6),"-",'linewidth',3);

How can I specify the 6th colour in the plot command?
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/

Reply via email to