I am trying to put labels in a plot using gnuplot. For example, I need to label "Object 1" as blue:
set label 6 at 313,200 'Object 1' center rotate by 70 front tc ls 3
But 3
is not the kind of blue which I need. There are many different websites that show corresponding colors and numbers in gnuplot but for labeling the numbers of colors are not relevant to gnuplot color numbers. Where can I find the relevant different color numbers for labels?