mirror of
https://github.com/ParticulateFlow/LPP.git
synced 2025-12-08 06:37:46 +00:00
Committer: ckloss <ckloss@fluid38.(none)>
On branch master Initial commit for lpp, version 2011-10-11
This commit is contained in:
17
examples/test_vcr.py
Normal file
17
examples/test_vcr.py
Normal file
@ -0,0 +1,17 @@
|
||||
# simple test of vcr tool
|
||||
# requires files/bucky*png files
|
||||
|
||||
d = dump("files/dump.micelle")
|
||||
dt = data("files/data.micelle")
|
||||
d.extra(dt)
|
||||
g = gl(d)
|
||||
g.rotate(0,270)
|
||||
v = vcr(g)
|
||||
v.q(10)
|
||||
v.box()
|
||||
v.axis()
|
||||
v.clipxlo(0.2)
|
||||
v.clipxhi(0.5)
|
||||
v.play()
|
||||
|
||||
print "all done ... type CTRL-D to exit Pizza.py"
|
||||
Reference in New Issue
Block a user