I made a scatter plot (xy) and then tried to put labels on it. The points
were pretty dense and I wanted the label to be prominant and not obscured
by them (it was more acceptable to obscure some points instead).
I tried:
set label front "foo" at (-1.03-0.1),(-0.2-0.1) font "Arial,14" tc ls 1
Didn't really work well. Is there a way to add a opaque background to a
label? Say like a label enclosing bounding box? Any other ideas?
I am using:
set terminal postscript color font "Arial,14"
set terminal postscript enhanced eps
set style line 1 pt 1 ps 1 lc rgb "red"
--
Rahul