Skip to content

Instantly share code, notes, and snippets.

@butchi
Last active December 15, 2015 21:49
Show Gist options
  • Select an option

  • Save butchi/f36f7f1b5795d7058ac0 to your computer and use it in GitHub Desktop.

Select an option

Save butchi/f36f7f1b5795d7058ac0 to your computer and use it in GitHub Desktop.
Mathematicaでマンデルブロー集合 ref: http://qiita.com/butchi_y/items/16786dfd199657160e0c
MandelbrotSetPlot[]
MandelbrotSetPlot[ColorFunction -> (If[#3 == 1, Black, White] &),
Frame -> False, ImageResolution -> 1000, ImageSize -> 2000]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment