|
From: Markus F. <fel...@gm...> - 2009-06-03 09:00:08
|
Hi All,
i am plotting some graphs with:
reset
set encoding iso_8859_15
file = 'analysisfilterbank.dat'
set terminal postscript enhanced color font 'arial' 8
set output 'analysis-band1.eps'
set xlabel "Frequency/Hz -------->"
set ylabel "Amplituide/dB ------->"
set grid
plot file index 0 using ($1):($2) title "A)Band1" with lp,\
file index 1 using ($1):($2) title "B)Band2" with lp,\
file index 2 using ($1):($2) title "C)Band3" with lp
but my X-labelling is cut off.
How to correct this ?
How to make some extra space around my graph ?
I attach on of my ploted files.
thanks and regards Markus
|