################################################################## # Phy329: Monte Carlo Methods--Diffusion Limited Aggregation # Supermongo (sm) commmands (input file) to plot results from # dla simulation. ################################################################## #device x11 device postencap bias0.0.ps erase # Read particle positions data "bias0.0" read {x0 1 y0 2} # Read data which defines circle with r = launch_radius data "circ201" read {x1 1 y1 2} limits 0 1000 0 1000 expand 1.0001 expand 1.25 box # Draw the points as very small squares ctype blue expand 0.075 ptype 4 0 points x0 y0 # Draw the circle ctype red expand 1.001 connect x1 y1 ctype default expand 1.25 xlabel x ylabel y # Plot some labels expand 1.25 relocate 75 925 label Diffusion Limited Aggregation: No Central Bias expand 1.001 relocate 100 75 label 10000 particles launched from random location on circle quit