Skip to content

Instantly share code, notes, and snippets.

@kohnakagawa
Last active August 29, 2015 14:04
Show Gist options
  • Save kohnakagawa/a0c0f8b1df7a1a7ece73 to your computer and use it in GitHub Desktop.
Save kohnakagawa/a0c0f8b1df7a1a7ece73 to your computer and use it in GitHub Desktop.
set dgrid3d 30,30
set hidden3d
set cntrparam levels incremental 1.2,0.1,1.8
set contour
set view 0,0
unset surface
set format z ""
set key outside
splot "chemeq.txt" lw 4 title "surface density"
set xlabel "{/Symbol s}/R" offset 4.,0.8 font "Helvetica, 20"
set ylabel "C_{B}{/Symbol s}^{3}" offset 1.8,2.5 font "Helvetica, 20"
set terminal postscript eps enhanced color solid
set output "chemeq.eps"
replot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment