Farbfetzen / fractalplotr

Make beautiful fractals with R
Other
0 stars 0 forks source link

OOP magic for plotting #18

Closed Farbfetzen closed 5 years ago

Farbfetzen commented 5 years ago

Make use of plot Instead of having a plot_mandelbrot function. Assign a class mandelbrot or factal to the matrix so the correct plot function is called.

Also I think mandelbrot and julia sets can use the same function because they are closely related.

Farbfetzen commented 5 years ago

Closed. Don't make it more complicated than necessary.