pyvista.ImageMandelbrotSource#
- class ImageMandelbrotSource(*args, **kwargs)[ソース]#
Create an image of the Mandelbrot set.
Added in version 0.44.0.
例
Create an image of the Mandelbrot set.
>>> import pyvista as pv >>> source = pv.ImageMandelbrotSource( ... whole_extent=(0, 200, 0, 200, 0, 0), ... maxiter=100, ... ) >>> source.output.plot(cpos='xy')
メソッド
アトリビュート
Get the maximum number of iterations.
出力画像をImageDataとして取得します。
出力画像全体の範囲を返します.