Using Hex values for the Y-Axis Labels
In JMP 18, I have a set of data grouped by category. The X-Axis holds the category (character) and the Y-Axis is the value in hexadecimal. I have three columns of the data: 1) original value as hex - character nominal - :mv - eg. 0x066F 2) :mv converted to a decimal number - continuous number format - :mv_number - eg 1647 3) :mv_number converted back to he...