|
From: <rhu...@ih...> - 2010-09-17 00:12:37
|
I have a multiplot with 4.4p1 The x axis is time data I run set multiplot layout 5,1 title "test" set xdata time set timefmt "%Y%m%d" set tmargin 0 set bmargin 0 set lmargin 4 set rmargin 4 plot "f" u 1:2 w l plot "f" u 1:3 w l plot "f" u 1:4 w l set format x "%Y%m" set xtics nomirror plot "f" u 1:5 w l The plots have no space between them and the plots before the "set xtics" start at the left-most point on the x axis but the last plot after "set xtics" Has a gap then the data is display along the x axis. I don't want to have to specify the start point for the x axis as it requires extracting that from the data. Is there some other way to make this work? -- |