I want to plot points, each with X, Y and a color. How do I do that in Gnuplot?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can try something like this:
Line plot in GnuPlot where line color is a third column in my data file?
For example:
where file.dat contains your data, the first column is the x axis and the second column is the y axis, the third column is the colour.