Skip to content

Instantly share code, notes, and snippets.

@hnishi
Last active March 11, 2016 02:56
Show Gist options
  • Save hnishi/f9146d53b5d18e2ea343 to your computer and use it in GitHub Desktop.
Save hnishi/f9146d53b5d18e2ea343 to your computer and use it in GitHub Desktop.
#set terminal png
#set terminal pngcairo font "Arial,12"
set terminal pngcairo font "Times-Roman,12"
set xrange[0:1500]
#set yrange[0:5]
set xlabel "Time (ps)"
set ylabel "RMSD (\305)"
set output 'rmsd1.png'
#p "no1/quat_h3.dat" w l title "k=0.01","no2/quat_h3.dat" w l title "k=0.1","no3/quat_h3.dat" w l title "k=1"
#set output 'rmsd2.png'
#p "no1/quat_wo_h3.dat" w l title "k=0.01","no2/quat_wo_h3.dat" w l title "k=0.1","no3/quat_wo_h3.dat" w l title "k=1"
#set nokey
p "out_rmsd.dat" w l title "canonical Md at 700 K"
reset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment