ef77958eca2ce535f78fd0eb2a323e11a7d48811
[gnuplot] / demo / molecule.dem
1 set title "GM1 pentasaccharide ball-and-stick representation"
2
3 set hidden3d
4 set border 0
5 unset xtics
6 unset ytics
7 unset ztics
8
9 splot 'GM1_sugar.pdb' using 6:7:8 with points lt 3 pt 7 ps 3 notitle, \
10       'GM1_bonds.r3d' using 1:2:3:($5-$1):($6-$2):($7-$3) with vectors nohead lw 3 lt 1 \
11       title "GM1 pentasaccharide"
12
13 pause -1 "Hit return to continue"
14 set title "Hidden3d mode with a mixture of surfaces, points, and lines"
15 replot 18 notitle
16
17 pause -1 "Hit return to continue"
18