|
From: theozh <th...@gm...> - 2015-02-13 04:11:28
|
aah... so easy... ok, spending an "lt 1" for each label and defining lt 1 beforehand and in case of change just redefining that single line. set linetype lc rgb "rgb" # or whatever set label 1 "Text1" lt 1 set label 2 "Text2" lt 1 ... set label n "TextN" lt 1 Thanks! > 'set linetype' is your friend. > > Details at 'help set linetype' > > John > |