git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10748 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
13
examples/ASPHERE/line/line.viz.py
Normal file
13
examples/ASPHERE/line/line.viz.py
Normal 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)
|
||||
Reference in New Issue
Block a user