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:
12
examples/movie_micelle.py
Normal file
12
examples/movie_micelle.py
Normal file
@ -0,0 +1,12 @@
|
||||
# movie of self-assembling micelles
|
||||
|
||||
d = dump("dump.micelle")
|
||||
|
||||
s = svg(d)
|
||||
s.acol([1,2,3,4],["blue","red","cyan","yellow"])
|
||||
s.arad(range(4),0.5)
|
||||
s.zoom(1.5)
|
||||
|
||||
s.file = "micelle"
|
||||
|
||||
s.all()
|
||||
Reference in New Issue
Block a user