mirror of
https://github.com/ParticulateFlow/LPP.git
synced 2025-12-08 06:37:46 +00:00
13 lines
185 B
Python
13 lines
185 B
Python
# 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()
|