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 Lot id)),
SendToReport(
Dispatch(
{},
"Bivar Plot",
FrameBox,
{Frame Size(250, 228), Row Legend(
Final SB,
Color(0),
Marker(0),
Marker Theme(""),
Continuous Scale(0),
Reverse Scale(0),
Excluded Rows(0)
)}
)
)
);
Can someone help me out to match row legend colors with what we have in the wafer map?
Thanks in advance.
Best regards,
K