Farbfetzen / fractalplotr

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

Enable multipanel plotting of color_matrix objects #29

Open Farbfetzen opened 4 years ago

Farbfetzen commented 4 years ago

Consider using graphics::image() instead of grid::grid.raster() because image() plays nicer with par() and layout().

But beware that image requires more work preparing the matrix, e.g. separating the colors from the coordinates and flipping and rotating.