Applying color schemes to data table columns
Hi - I'm trying to set up a color scheme to highlight outliers in one column of a data table, so that any value that lies outside a specified range is highlighted. I've been using the examples for coloring cells in the Scripting Guide to see what's possible, but I can't quite get what I want. This is what I've tried so far:dt = open("$SAMPLE_DATA/Big Class.jmp");// I can color specific cells of ...