Reference: Seungchul Kim, Michael Rutenberg Schoenberg, and Andrew M. Rappe, “Polarization Dependence of Palladium Deposition on Ferroelectric Lithium Niobate (0001) Surfaces”, Physical Review Letters 107, 076102 (2011)
=========================================================================================================
set term postscript eps color enhanced
set out 'Pdcov.eps'
set multiplot
set size 0.40,0.45
set xr[0:1]
set yr[0:0.9]
set format x "%.1f"
set format y "%.1f"
set xtics 0,0.2,1.0
set ytics 0,0.3,2.0
#set mytics 2
set origin 0.0,0.0
set key at 0.66, 0.85
set key samplen 2
set xlabel 'Coverage (ML) '
set ylabel 'Relative Pd Area'
set label at 0.7,0.80 '{/Times-Roman=18 300 K}'
p 1-exp(-x) w l lt 5 lc 7 lw 2 t '',\
'cov.n.300K_agg0.74eV' u 1:5 w lp lt 2 lc 1 lw 3 pt 6 ps 1.2 t 'c^-, 0.10 ML/s' ,\
'cov.n.300K_agg0.74eV' u 1:2 w lp lt 2 lc 1 lw 3 pt 4 ps 1.2 t 'c^-, 0.01 ML/s' ,\
'cov.p.300K' u 1:5 w lp lt 1 lc 3 lw 3 pt 7 ps 1.2 t 'c^+, 0.10 ML/s' ,\
'cov.p.300K' u 1:2 w lp lt 1 lc 3 lw 3 pt 5 ps 1.2 t 'c^+, 0.01 ML/s'
set nolabel
set nokey
set noxlabel
set noylabel
set noxtics
set origin 0.29,0.0
set key samplen 2
set key at 0.55, 0.85
set xlabel 'Coverage (ML) '
set ylabel ' '
set ytics (' '0,' '0.3,' '0.6,' '0.9)
#set mytics (' ' 0.15, ' '0.45, ' ' 0.75)
set mytics 2
set xtics (' ' 0, '0.2' 0.2, '0.4'0.4, '0.6' 0.6, '0.8' 0.8, '1.0' 1.0)
set label at 0.56,0.80 '{/Times-Roman=18 0.025 ML/s}'
p 1-exp(-x) w l lt 5 lc 7 lw 2 t '' ,\
'cov.n.200K_agg0.74eV' u 1:3 w lp lt 2 lc 1 lw 3 pt 4 ps 1.2 t 'c^-, 200K' ,\
'cov.n.300K_agg0.74eV' u 1:3 w lp lt 2 lc 1 lw 3 pt 6 ps 1.2 t 'c^-, 300K' ,\
'cov.p.200K' u 1:3 w lp lt 1 lc 3 lw 3 pt 5 ps 1.2 t 'c^+, 200K' ,\
'cov.p.300K' u 1:3 w lp lt 1 lc 3 lw 3 pt 7 ps 1.2 t 'c^+, 300K'