Skip to content

Create a colour scale for different data sets

1 message · BARLAS Marios 247554

#
Dear Jim,

Thanks for the advice! 

Turns out there was nothing wrong with my graphing code. I was just stupid when modifying the wafer map reconstruction code. If in the previous code you change this line : 

               dies.in.wafer.r[inn]      <- meas.data

to
              dies.in.wafer.r[inn]      <- meas.data[ixx]

It works perfectly. 

In case any1 else needs cartography mapping I will generalize this function, so feel free to ask for the code. 

Best,
Mario