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