How to dynamically change color column in graph builder
Hi, upon creation of an Graph Builder object one can define variables as follows: Variables(X(:x), Y(:y), Color(:color)) What I would like to do is to change the color column dynamically by selecting specific columns from a list. How can this be achieved? Thank you in advance.