PlotPoints

PlotPoints

プロット関数に与えるオプションで,最初に使用するサンプル点の数を指定する.

詳細

  • PlotPoints->n は単一変数で,最初に使うサンプル点の総数を指定する.
  • PlotPoints->n は複数の変数で,最初に各方向に n 個の点を使うように指定する.
  • PlotPoints->{n1,n2,}は,連続する各方向に異なった数の最初のサンプル点を指定する.
  • 通常,最初のサンプル点は等間隔で置かれる.
  • これ以上のサンプル点を選ぶときは,MaxRecursionが制御する適応的な手続きが使われる.

例題

  (4)

各方向に10個の点を使う:

MaxRecursionは最初の10点を超えて追加的サンプリングをする:

方向に50点使う:

異なる変数には異なる数の点を使う:

Wolfram Research (1988), PlotPoints, Wolfram言語関数, https://reference.wolfram.com/language/ref/PlotPoints.html (2007年に更新).

テキスト

Wolfram Research (1988), PlotPoints, Wolfram言語関数, https://reference.wolfram.com/language/ref/PlotPoints.html (2007年に更新).

CMS

Wolfram Language. 1988. "PlotPoints." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2007. https://reference.wolfram.com/language/ref/PlotPoints.html.

APA

Wolfram Language. (1988). PlotPoints. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/PlotPoints.html

BibTeX

@misc{reference.wolfram_2024_plotpoints, author="Wolfram Research", title="{PlotPoints}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/PlotPoints.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_plotpoints, organization={Wolfram Research}, title={PlotPoints}, year={2007}, url={https://reference.wolfram.com/language/ref/PlotPoints.html}, note=[Accessed: 21-November-2024 ]}