How to build RGB colorscale as color theme for Graph Builder
Hi,I am analyzing some data through a script. In particular, I have three variables, namely A, B and C, and they represent three properties of a picture. To plot the picture in function of these three properties, I'm used to color the different rows using the Row State property: For each row( dt,Color Of() = RGB Color(:A, :B, :C) ); In this way, each point/row has a RGB color 1:1 matching the valu...