pyvista.ImageMandelbrotSource#
- class ImageMandelbrotSource(whole_extent=None, maxiter=None)[ソース]#
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.
Get the output image as a ImageData.
Get extent of the whole output image.