changing the plot size doesn't change the size of the 'paper'.
instead, you may change the size when setting 'term':
set terminal postscript eps color solid size 5in,2.5in
netbaby wrote:
>
> Dear all,
> Would you mind if I ask you a question?
> This is my GNUPlot script:
>
> set size ratio 0.4
> set title 'Topten uploaded peer'
> set xlabel 'Time (seconds)'
> set ylabel 'Data (KB)'
> set xrange [0:344.6]
> set yrange [0:257.216796875]
> set xtics 30.0
> set ytics 30.0
> set style fill solid 1.0
> set key outside below
> set boxwidth 0.4 relative
> set arrow from 30, 0 to 30, 257.216796875 nohead
> set arrow from 150, 0 to 150, 257.216796875 nohead
> set arrow from 210, 0 to 210, 257.216796875 nohead
> set term postscript eps color "Times-Roman" 14 solid
> set term postscript landscape
> set output 'uploaded_topten_peers.eps'
> plot "dataStatistics" using 1:7 t "total" w lines, "uploadedToptenPeers"
> using 1:9 t "IP-8 (2.19%)" w boxes, "uploadedToptenPeers" using 1:8 t
> "IP-7 (2.41%)" w boxes, "uploadedToptenPeers" using 1:7 t "IP-6 (2.53%)" w
> boxes, "uploadedToptenPeers" using 1:6 t "IP-5 (3.05%)" w boxes,
> "uploadedToptenPeers" using 1:5 t "IP-4 (3.46%)" w boxes,
> "uploadedToptenPeers" using 1:4 t "IP-3 (7.78%)" w boxes,
> "uploadedToptenPeers" using 1:3 t "IP-2 (15.06%)" w boxes,
> "uploadedToptenPeers" using 1:2 t "IP-1 (16.85%)" w boxes
>
> http://old.nabble.com/file/p32958559/uploaded_topten_peers.eps
> uploaded_topten_peers.eps
>
> Please have a look on my figure and script.
> I don't know why my curve descriptions (items at the bottom of figure)
> have a big gap with the main graph. I want those descriptions locating
> nearer from the main graph. How can I do?
>
> Thank you very much.
>
>
>
--
View this message in context: http://old.nabble.com/the-gap-between-curve-descriptions-and-main-graph-is-so-much-tp32958559p32959336.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|