COLORFUL SCATTER PLOT

PLOT_HEX_CODE.knwf (22.4 KB)
AMOSTRA.xlsx (9.4 KB)

Hello!

I am trying to construct a scatter plot, where each point is colored according to the HEX codes indicated in the table.
image

I am using this code to build the colored scatterplot.

However, the colors that appear to me are not correct, because the color does not correspond to the indicated HEX code. I show 3 illustrative examples.



Can you help me correct this situation?

Hi there,

I am having issues installing your R packages to run your code in my KAP.

Side note: if you are trying to make a component for anyone to execute on their KNIME AP with your R packages you could use the Conda Environment Propagation node! I wrote here a short guide on a twitter thread!

Regarding your colorI had a look at this doc:

It looks to me that you are using the wrong attrbute: it should be colors = CODEHEX not color = CODEHEX! Plural! Let me know if it works.

For future readers I do recommend using the plotly node where no R knowledge is required. The color manager should work but you cannot add a custom list of HEX codes easily like @CatarinaCosta is trying to do.

1 Like

Hi!
Thanks for your time!

Unfortunately, by making the suggested change, the problem is not solved, continuing to project different colors than the corresponding HEX codes.

Sorry to hear.

Thing is that at KNIME we do not maintain such plot_ly function.
Did you consider asking this in the the R + Plotly community?

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