Hello,
in my pm3d plots the white margins around the plot are too large, this wastes space in latex and does not look nice (caption of the figure is far below the graph). This problem seems to be terminal independent, occurs also with png.
The result of the plot is here:
http://root.dael.de/MAC.gplotPar20.png
I have no idea how to change the margins.
Regards,
Daniel.
my plot is:
unset time
set grid layerdefault
unset grid
unset mxtics
unset mytics
unset xtics
unset ytics
set xrange [5000:13500]
set yrange [4000:12000]
#set cbrange [0:0.5]
set title "MAC-Layer Load (Bandwidth Map)"
set cblabel "Bandwidth in Kbps"
set format xy ""
set cbtics in scale 4
set sample 11; set isosamples 11
set pm3d map implicit
set colorbox
set lmargin 0
set palette rgbformulae 7,5,15
set terminal epslatex input color 7
set view map
splot "cellsend.dat" using 1:2:3 notitle
|