Plot the co-ordinates and connect them in VMD

Dear LAMMPS Users,
I am trying to plot some co-ordinates( X,Y,Z plane ) in VMD but i am not able to do it.I am trying to use PDB file and edit it but cant figure it out. There are 10 atoms and needs to be connected. Can someone please guide to plot these coordinates and connect them in VMD. If someone needs the co-ordinates please let me know. I will be thankful to u and hope for a soon feedback…

Regards,
James

Dear LAMMPS Users,
I am trying to plot some co-ordinates( X,Y,Z plane ) in VMD but i am not
able to do it.I am trying to use PDB file and edit it but cant figure it
out. There are 10 atoms and needs to be connected. Can someone please guide
to plot these coordinates and connect them in VMD. If someone needs the
co-ordinates please let me know. I will be thankful to u and hope for a soon
feedback..

if you can load the coordinates itself into VMD
(e.g. with the simpler .xyz file format, which is
<number of atoms>
<comment>
<name1> <x1> <y1> <z1>
<name2> <x2> <y2> <z2>
... )

then you have smooth sailing.
you can use the mouse (Mouse->Add/Remove Bonds)
to add your bonds and for the rest (or for all of the
topology editing) you can the topotools plugin:
http://sites.google.com/site/akohlmey/software/topotools/topotools---documentation

axel.