I'm preparing presentation for the Public Defence of my PhD thesis. I'm creating few plots and of course I'm using
gnuplot for them. One of plots is seems to be really simple: three 'columns' each in other colour, but it took me few hours to make it.
I'm glad that I finally did it so I'm sharing my scripts with you (I needed Postscript for Greek's symbols):
set term postscript eps enhanced color
set output "nlo-rhb-cc.eps"
set ylabel '{/Symbol b} [10^{-30} esu]'
set style data histogram
set style histogram cluster gap 1
set style fill solid border -1
set boxwidth
unset xtics
plot [-0.5:.7][-15000:0] "cc.csv" using 1 ti col, '' using 2 ti col, '' using 3 ti col
If you would like to try use the data below:
and data:
HF/FF MP2/FF CCSD
-14720.51945800 -6960.7083277 -10843.140
BTW. I noted three new interesting website related to the gnuplot:
No comments:
Post a Comment