Skip to content

Instantly share code, notes, and snippets.

@taroyabuki
Created July 23, 2014 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taroyabuki/a87a8c659d30514c0f74 to your computer and use it in GitHub Desktop.
Save taroyabuki/a87a8c659d30514c0f74 to your computer and use it in GitHub Desktop.
Manipulate[MandelbrotSetPlot[
{center[[1]] - 10^scale + I (center[[2]] - 10^scale),
center[[1]] + 10^scale + I (center[[2]] + 10^scale)},
MaxIterations -> iterations],
{{center, {-0.5, 0}}, Locator},
{{scale, 0, "Scale"}, -9, 1},
{{iterations, 20, "MaxIterations"}, 10, 2000, 10}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment