Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • $\begingroup$ an arc length parametrization would be better $\endgroup$ Commented Mar 23, 2016 at 22:32
  • 1
    $\begingroup$ it looks really nice :) thank you! what parameters could I change to get different results? (such as more/less spirals) $\endgroup$ Commented Mar 23, 2016 at 22:46
  • $\begingroup$ @AccidentalFourierTransform The 20 in pts = RandomReal[{0, 256}, {20, 2}]; is the number of spirals. The spacing is determined by Range[0, 1, .03],so you may try things like (Rescale[Sin[# ^(2)] & /@ Range[0.001, 1, .05]]) instead $\endgroup$ Commented Mar 23, 2016 at 22:52