« Return to Thread: space needed for my Plots

space needed for my Plots

by feldmaus :: Rate this Message:

Reply to Author | View in Thread

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


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Gnuplot-info mailing list
Gnuplot-info@...
https://lists.sourceforge.net/lists/listinfo/gnuplot-info

 « Return to Thread: space needed for my Plots