I have a data point file like this
"abcd" 0.3 0.7"efgh" 0.4 0.2
I want to create a x-y chart and put "abcd" and "efgh" with custom offsets. The following command
plot "data.txt" using 2:3:1 with labels point pt 7 offset 1,1
sets the offset for all labels, so some labels may overlap each other. I want to put the first one on "offset 1,1" and put the second one on "offset 2,0"
How can I do that? Regards,
Mahmood
|