Coloring dot distributions indvidually by "Value Colors" property (or alternative)
I would like to plot the data distributions but coloring each variable individually. Example: I found the following property which encodes color base on max/min gradient or user specific data. However, this might not the be the right approach. The code for the example which I manually composed to explain the goal is here:// Start of script;
Names Default To Here( 1 );
Clear Log();
dt = Open( "$S...
jay_holavarri