I have a data file with 4-column data, the first three columns specify a point (x,y,z) and the fourth is either a 1, 2, or 3 – I want the point to be colored based on the value of the fourth column (i.e., if it’s a 2, color the point red, if 3, green, if 1, blue)
Share
1 Answer