Farbfetzen / fractalplotr

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

Separate plotting and exporting. #20

Closed Farbfetzen closed 5 years ago

Farbfetzen commented 5 years ago

Currently plot_mandelbrot() saves an image to disk. This is not advisable because the word plot is usually not used for that in R. Make a save_mandelbrot() or save_fractal() function for that and rewrite plot_mandelbrot() to just display the fractal.