Fibonacci word/fractal: Difference between revisions

Content added Content deleted
m (J)
Line 341: Line 341:
Plotting the fractal as a parametric equation, this looks reasonably nice:
Plotting the fractal as a parametric equation, this looks reasonably nice:


<lang J>require 'plot'
<lang J>plot }:+/\ 0,*/\(^~ 0j_1 0j1 $~ #)'0'=_1{::F_Words 20</lang>
plot }:+/\ 0,*/\(^~ 0j_1 0j1 $~ #)'0'=_1{::F_Words 20</lang>


However, image uploads are currently disabled, and rendering images of this sort as wikitext gets bulky.
However, image uploads are currently disabled, and rendering images of this sort as wikitext gets bulky.