Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
phdkrish19
Posted - 10/07/2022 : 12:28:14 AM Origin Ver. and Service Release (Select Help-->About Origin): 2022b Operating System: windows 11
Hi,
I am creating two Y plots by using the command plotxy iy:= ((44,47),(44,48)) plot:=201 . 44,47,48 are column numbers. But the two Y plots are in same color - Black. I want them to be in different color. Please let me know how to right a program for creating the plot with two different colors.
Thanks in advance Krish.
4 L A T E S T R E P L I E S (Newest First)
YimingChen
Posted - 10/13/2022 : 09:18:57 AM Assuming you have made a grouped line plot, you can try the script below to set the first line color using HTML color code.
range r1 = 1;
set r1 -gm 1; // set edit mode to independent
set r1 -c Color("#00FF00"); // set color
James
phdkrish19
Posted - 10/13/2022 : 02:04:21 AM Thanks!
But I want them to be my preferred color. for example, I want the plots in Green and blue. Please let me know what the command for this is.