JSL change row legend color from dataset
Hi all,
I'm trying to make script which shows row legend with Bin# for the wafer map.
My dataset has LotID, wfID, X, Y, bin info and trying to bring colors based on what we have on original dataset.
Datasets are colored accordingly, but my row legend for wafer map doesn't.
Bivariate(
Y(:Die Y),
X(:Die X),
By(:Lot id, :Sub Lot id),
Title("Lot " || Char(:Lot id) || " Wafer " || Char(:Sub Lo
...