X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=demo%2Fmolecule.dem;fp=demo%2Fmolecule.dem;h=ef77958eca2ce535f78fd0eb2a323e11a7d48811;hb=39ec1247a71f61152a4a7f502a30f06a3896c5da;hp=0000000000000000000000000000000000000000;hpb=06be459be4f5f6a7c6ff878e84f355fb2575caa8;p=gnuplot diff --git a/demo/molecule.dem b/demo/molecule.dem new file mode 100644 index 0000000..ef77958 --- /dev/null +++ b/demo/molecule.dem @@ -0,0 +1,18 @@ +set title "GM1 pentasaccharide ball-and-stick representation" + +set hidden3d +set border 0 +unset xtics +unset ytics +unset ztics + +splot 'GM1_sugar.pdb' using 6:7:8 with points lt 3 pt 7 ps 3 notitle, \ + 'GM1_bonds.r3d' using 1:2:3:($5-$1):($6-$2):($7-$3) with vectors nohead lw 3 lt 1 \ + title "GM1 pentasaccharide" + +pause -1 "Hit return to continue" +set title "Hidden3d mode with a mixture of surfaces, points, and lines" +replot 18 notitle + +pause -1 "Hit return to continue" +