Last active
August 29, 2015 14:04
-
-
Save kohnakagawa/a0c0f8b1df7a1a7ece73 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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