On Thu, 12 Jun 2008 06:00:32 -0700, utab wrote:
> Dear all,
>
> How can one draw more than one figure at the same batch session of the
> gnuplot?
>
> For instance, I would like to plot all of these figures at the same
> time:
>
> splot 'mode1_matrix.dat' matrix with pm3d #replot
> #splot 'mode2_matrix.dat' matrix with pm3d #replot
> #splot 'mode3_matrix.dat' matrix with pm3d #replot
> #splot 'mode4_matrix.dat' matrix with pm3d #replot
> #splot 'mode5_matrix.dat' matrix with pm3d #replot
> #splot 'mode6_matrix.dat' matrix with pm3d #replot
> #splot 'mode7_matrix.dat' matrix with pm3d #replot
> #splot 'mode8_matrix.dat' matrix with pm3d #replot
> #splot 'mode9_matrix.dat' matrix with pm3d #replot
> #splot 'mode10_matrix.dat' matrix with pm3d
Are you plotting to a screen terminal (e.g. window, x11, ...) or graphics
terminal (e.g. eps, png, ...)?
When you say "at the same time" do you mean to the same output - i.e. so
that all plots appear in the same window/graphics file - or do you want
the plots to appear in different windows/files?
--
Lionel B


|