Last active
December 15, 2015 21:49
-
-
Save butchi/f36f7f1b5795d7058ac0 to your computer and use it in GitHub Desktop.
Mathematicaでマンデルブロー集合 ref: http://qiita.com/butchi_y/items/16786dfd199657160e0c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MandelbrotSetPlot[] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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