git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10748 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2013-09-10 23:35:01 +00:00
parent d3ad71c4c5
commit d9b19cf6ba
43 changed files with 11325 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# Pizza.py viz of line output
d = dump("dump1.atom dump2.atom")
ld = ldump("dump1.line dump2.line")
ld.map(1,"id",2,"type",3,"end1x",4,"end1y",5,"end2x",6,"end2y")
d.extra(ld)
g = gl(d)
g.arad(1,0.2)
g.lrad(1,5)
g.lcol(1,"yellow")
v = vcr(g)