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
Karsten8
Posted - 09/10/2024 : 10:22:25 AM Origin Ver. and Service Release: 2024b Operating System: Windows Server 2022
Dear Origin-Team,
I want to plot a graph and use the column N("devicename") to change the color of the symbols depending on their text in this column.
What do I have to add to the script to implement these color modifications. I have to set: - change the color index from single color to plot by points - be able to target the color list (here I use clasic) - set the color option to index and defince the column N("devicename") as index-source
Thats the script I use so far without the index-color-column option: plotxy iy:=("V10")[($(varstart)):$(varend)] plot:=206 color:=$(varcolor) legend:=0 o:=[Key1]1!;
Is there a possibility to get the script that is needed to generate a graph? For example I have a modified graph and now I can ask origin: give me the code to generate this graphe with its currents settings.