Issue with heatmap saved as PDF (or HTML) from a journal in JMP16 (works fine in JMP13).
I am evaluating JMP 16 for my work to test if we could upgrade from JMP13. The function below (written on JMP13) takes values from the test data table column "colName" with measured parameter name "paraName" and plots a heatmap using WaferXCordinate and :WaferYCordinate columns also in the same data table. Names Default To Here (1);
getHeatMap = Function({paraName, colName}, {distHeatMap},
New Wi
...