julia_fractal¶
- sofia_redux.toolkit.utilities.func.julia_fractal(sy, sx, c0=-0.4, c1=0.6, iterations=256, xrange=(-1, 1), yrange=(-1, 1), normalize=True)[source]¶
Generate a 2-D Julia fractal image
- Parameters:
- syint
y dimension size.
- sxint
x dimension size.
- c0float, optional
The c0 coefficient.
- c1float, optional
The c1 coefficient.
- iterationsint, optional
The number of steps.
- xrangearray_like of int or float, optional
The range of x values.
- yrangearray_like of int or float, optional
The range of y values.
- normalizebool, optional
- Returns: