Brownian tree: Difference between revisions

Content added Content deleted
m (small mod to Mathematica code)
Line 727: Line 727:
{i, (particle + ds), MatrixPlot@canvas}
{i, (particle + ds), MatrixPlot@canvas}
]
]
MatrixPlot@canvas</lang>
MatrixPlot[canvas,FrameTicks->None,ColorFunction->"DarkRainbow",ColorRules->{0 -> None}]</lang>

Result:

[[File:BrownianTree.png]]


=={{header|OCaml}}==
=={{header|OCaml}}==