I need to create a plot in which each dot corresponds to one color, using the online version of plot.ly. I saw that its possible to do this by adding a column with the codes of the colors in the data section, next to the x and y column, but not i don't know how to indicate to plot.ly that this is the color column. For instance, take this example: color gradient
click on the "fork and edit" button and then try to reproduce the result with the provided data, i can't! The options available in "Traces" are much more complete than the ones that I can access when I create a data-set.
Make a list for each 'attribute' you want to customize, for each dot. I needed different color and text for each dot.
Just to make it clear these were the values that were put in the lists:
After a couple of ifs in my for loop this is how i put the values, by simply using append to the lists:
This is the scatter and plotting: