T O P I C R E V I E W |
Lou356 |
Posted - 11/18/2024 : 12:51:42 PM Hello,
I have a xy-graph with 10 groups and each group has three data sets (replicas). Now I want each group to have a different color (all three replica within the same group the same color). I found the following command, which is not working for me set <LayerName> -c <Color>;
Is the command wrong? Or am I putting a wrong LayerName - then how to find the correct one?
Origin 2019 9.6.0.172 Operating System: Windows 10 |
3 L A T E S T R E P L I E S (Newest First) |
ChaoC |
Posted - 11/19/2024 : 2:10:10 PM Hello,
I would need to take a look at your project file to see how you have it set up.
Best, Chao |
Lou356 |
Posted - 11/19/2024 : 06:39:29 AM Hi Chao,
thanks for your reply. Ungrouping and Grouping works, but subgroupsize not. There is no error, just nothing happens. Any ideas why?
Best regards |
ChaoC |
Posted - 11/18/2024 : 4:27:28 PM Hello,
The following code will group all your plots into the same group and will use subgrouping instead to to manage the plot properties, including color:
layer -gu; layer-g; layer.plot1.subgroupsize=3; layer.plot1.usepropssubgroup=2
Best regards, Chao |
|
|