Specify color of each point in 3d scatter plot
If you don’t want to use a for loop (which can be very slow for large lists) You can use the scatter command as is with an RGB color list, but you need to specify the colors as a vector of RGB (or RGBA) values between 0 and 1 X = [0, 1, 2] Y … Read more