HEX CODE chart

HEX_CODE.knwf (9.5 KB)
amostra.xlsx (10.0 KB)

I am building a color chart, but I notice that I get different results for the same colors by directly providing the HEX codes and fetching the codes from a table.

Chart obtained by HEX codes:
image

Chart obtained by the same codes in the table:
image

Can you help me get the correct colors in the chart from the codes in the table?

Hi,
you need to convert the column to a vector, otherwise it is just printing the indices:

scales::show_col(as.vector(knime.in$"HEX"))

Kind regards,
Alexander

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.