How do I get my colors to stay consistent for bar graphs when using filters - using JMP 17.2.0
I have established value colors for the column, using Column Properties>Value Colors. I have built it into a script, similar to this.
dt:"(Group)Type"n << Set Property(
Value Colors,
{"("A" = 16, "B" = 24, "C" = 56, "D" = 8, "E" = 40, "F" = 72, and so on. (There are 36 total cell values that I am identifying in the list)
Then I run the script for the graph
dt << Graph Builder(
Size(1460, 625),
Sh
...