MandelbrotSetPlot[{zmin,zmax}]
マンデルブロ集合の,コーナーが zminおよび zmaxである長方形に入る部分をプロットする.
マンデルブロ集合をデフォルトの長方形内にプロットする.
    
   MandelbrotSetPlot
MandelbrotSetPlot[{zmin,zmax}]
マンデルブロ集合の,コーナーが zminおよび zmaxである長方形に入る部分をプロットする.
マンデルブロ集合をデフォルトの長方形内にプロットする.
詳細とオプション
   - マンデルブロ集合は,
から始めた場合に,数列 
 が無限大に発散しないすべての複素数 c の集合である. - MandelbrotSetPlot[]のデフォルトの長方形のコーナーは,
 および 
 である. - MandelbrotSetPlotは,Rasterプリミティブを含むGraphicsオブジェクトを作る.
 - MandelbrotSetPlot[]には,Graphicsと同じオプションに次を加えたものが使える.
 - 
      
      
ColorFunction Automatic 画素の色をどのように決定するか EscapeRadius 2 点が集合に含まれないと,どのように決定するか Frame True プロットの周りに枠を描くかどうか ImageResolution 500 大きい方の方向の画像の解像度 MaxIterations 1000 点ごとの最大反復回数 PerformanceGoal $PerformanceGoal パフォーマンスのどの面について最適化するか PlotLegends None 反復回数についての凡例 PlotTheme $PlotTheme プロットの全体的なテーマ  - MaxIterations->n(n は正の整数)のとき,関数 
 は,0の軌道が2を超えるかどうかを判断するために,最高で n 回反復される. - ColorFunction->f(f は関数)のとき,f の引数は
の形の反復回数に比例する実数であり,f はRGBColorあるいはHueのような色指示子,またはRedあるいはBlueのような名前付きの色を返さなければならない. - ColorFunction->"name"はColorFunction->(If[#1,Black,ColorData["name"][#]]&)と等価である.
 - 使用可能な色関数名のリストはColorData["Gradients"]で得ることができる.
 
例題
すべて開く すべて閉じるオプション (59)
AspectRatio (4)
デフォルトで,MandelbrotSetPlotは幅と高さに同じサイズを使う:
AspectRatioAutomaticとすると,縦横比がプロット範囲から決定される:
AspectRatioFullとすると,他の構造物内にぴったり納まるように高さと幅が調整される:
Axes (3)
ColorFunction (5)
FrameTicks (8)
デフォルトで,上と右の辺には目盛は置かれるが目盛ラベルは置かれない:
Allを使ってすべての辺に目盛ラベルを含める:
ImageResolution (1)
より細かいプロットにするためにImageResolutionを上げる:
ImageSize (7)
MaxIterations (1)
MaxIterationsを大きくして拡大したときの質を向上させる:
特性と関係 (3)
MandelbrotSetMemberQを使って,ある点がマンデルブロ集合に含まれるかどうかを調べる:
MandelbrotSetIterationCountは,点がマンデルブロ集合に含まれないかどうかを調べるために行った反復の回数を与える:
関連項目
JuliaSetPlot MandelbrotSetIterationCount MandelbrotSetMemberQ MandelbrotSetBoettcher ArrayPlot DensityPlot ContourPlot
Function Repository: MandelbrotSetRemap
関連するガイド
- 
    ▪
    
 - 反復写像とフラクタル ▪
 - 科学的モデル ▪
 - 複素数の可視化
 
テキスト
Wolfram Research (2014), MandelbrotSetPlot, Wolfram言語関数, https://reference.wolfram.com/language/ref/MandelbrotSetPlot.html.
CMS
Wolfram Language. 2014. "MandelbrotSetPlot." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/MandelbrotSetPlot.html.
APA
Wolfram Language. (2014). MandelbrotSetPlot. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/MandelbrotSetPlot.html
BibTeX
@misc{reference.wolfram_2025_mandelbrotsetplot, author="Wolfram Research", title="{MandelbrotSetPlot}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/MandelbrotSetPlot.html}", note=[Accessed: 03-November-2025]}
BibLaTeX
@online{reference.wolfram_2025_mandelbrotsetplot, organization={Wolfram Research}, title={MandelbrotSetPlot}, year={2014}, url={https://reference.wolfram.com/language/ref/MandelbrotSetPlot.html}, note=[Accessed: 03-November-2025]}