I'm using Gnuplot to make a scatterplot from my data that consists of 5 items:
index, name, x value, y value, color (#12e335)
The color is different for each entry. Is there a way to make the color of my datapoint (x,y) get the color that is listed in the data?
Is it possible in this format for color (#aabb12), or do I need to change to format for gnuplot specific? It is very important that the point color is the same as the color specified in the data, since I use the same colors for a pie-chart later on (not gnuplot).
Any help would be appreciated.