#!/usr/bin/env gnuplot set term png transparent size 960, 720 \ xffffff x000000 x404040 \ xff0000 x0000ff x25bc24 x8e00ba x5f3e1a set output '/dev/null' set title "With 100 Bath Modes" plot 'fig3_N100_max10wc_corr.data' w l ti 'max = 10wc' rep 'fig3_N100_max20wc_corr.data' w l ti 'max = 20wc' rep 'fig3_N100_max60wc_corr.data' w l ti 'max = 60wc' rep 'fig3_N100_max100wc_corr.data' w l ti 'max = 100wc' rep 'fig3_N100_max200wc_corr.data' w l ti 'max = 200wc' set output 'fig3_N100.png' replot set output '/dev/null' set title "With 200 Bath Modes" plot 'fig3_N200_max10wc_corr.data' w l ti 'max = 10wc' rep 'fig3_N200_max20wc_corr.data' w l ti 'max = 20wc' rep 'fig3_N200_max60wc_corr.data' w l ti 'max = 60wc' rep 'fig3_N200_max100wc_corr.data' w l ti 'max = 100wc' rep 'fig3_N200_max200wc_corr.data' w l ti 'max = 200wc' set output 'fig3_N200.png' replot #set output '/dev/null' #set title "With 500 Bath Modes" #plot 'fig3_N500_max10wc_corr.data' w l ti 'max = 10wc' #rep 'fig3_N500_max20wc_corr.data' w l ti 'max = 20wc' #rep 'fig3_N500_max60wc_corr.data' w l ti 'max = 60wc' #rep 'fig3_N500_max100wc_corr.data' w l ti 'max = 100wc' #rep 'fig3_N500_max200wc_corr.data' w l ti 'max = 200wc' #set output 'fig3_N500.png' #replot #set output '/dev/null' #set title "With 700 Bath Modes" #plot 'fig3_N700_max10wc_corr.data' w l ti 'max = 10wc' #rep 'fig3_N700_max20wc_corr.data' w l ti 'max = 20wc' #rep 'fig3_N700_max60wc_corr.data' w l ti 'max = 60wc' #rep 'fig3_N700_max100wc_corr.data' w l ti 'max = 100wc' #rep 'fig3_N700_max200wc_corr.data' w l ti 'max = 200wc' #set output 'fig3_N700.png' #replot #set output '/dev/null' #set title "With 1000 Bath Modes" #plot 'fig3_N1000_max10wc_corr.data' w l ti 'max = 10wc' #rep 'fig3_N1000_max20wc_corr.data' w l ti 'max = 20wc' #rep 'fig3_N1000_max60wc_corr.data' w l ti 'max = 60wc' #rep 'fig3_N1000_max100wc_corr.data' w l ti 'max = 100wc' #rep 'fig3_N1000_max200wc_corr.data' w l ti 'max = 200wc' #set output 'fig3_N1000.png' #replot