|
From: <HBB...@t-...> - 2006-11-24 23:31:40
|
renjith padmanabha pillai wrote: > but now i have to generate ps script file for the generated graph. the > labels and tics are getting overlaped if i used multiplot. > > how i can set font in the case of post script. Various ways, depending on which elements you need to do it for: 1) as an option on the 'set terminal postscript' command, to change the overall font 2) as a 'font' option in various commands that control text outputs, to change the font for those texts 3) using enhanced syntax (see 'help enhanced'). |