gnuplot多图时如何调整坐标轴长短?

OOo,TeX,KO,ABI,GIMP,Picasa,ProE,QCAD,Inkscape,Kicad,Eagle
回复
fsbomb
帖子: 1
注册时间: 2008-03-17 21:04

gnuplot多图时如何调整坐标轴长短?

#1

帖子 fsbomb » 2009-07-13 21:01

刚开始接触gnuplot,画多图时发现左右两边间隔太开,请问如何将两张图靠近一点?
代码如下:
set terminal postscript
set output 'ca.ps'
#***************************
set multiplot
set yrange [1:60]
#**************
set size 0.5,0.5
set origin 0,0.5
plot 'ca.txt' using 1:2 title 'col1:col2' with lines
#***************
unset ylabel
set size 0.5,0.5
set origin 0.5,0.5
plot 'ca.txt' using 1:3 title 'col1:col3' with lines
#***********
附件
ca.ps
生成的ps文件
(22.81 KiB) 已下载 40 次
回复