Skip to content

Commit

Permalink
Fix error in generate artwork
Browse files Browse the repository at this point in the history
  • Loading branch information
koenderks committed Oct 25, 2021
1 parent d6e9b1c commit 1161b9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_artwork.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ artwork <- switch(type,
'11' = canvas_segments(colors = colorPalette('complement', sample(1:6, size = 1)), n = sample(c(300, 400, 500, 600, 700), size = 1), H = 0.1, p = sample(c(0.3, 0.4, 0.5, 0.6, 0.7), size = 1)),
'12' = canvas_mandelbrot(colors = colorPalette('complement', n = 5), zoom = sample(seq(4, 21, by = 0.5), 1)),
'13' = canvas_nebula(colors = colorPalette('complement', sample(6:10, size = 1)), k = sample(50:100, size = 1), resolution = 2000),
'14' = canvas_mosaic(colors = colorPalette('complement', n = sample(3:10, size = 1)), maxk = sample(c(1, 2, 3, 10, 50, 100), size = 1), resolution = 1500),
'14' = canvas_mosaic(colors = colorPalette('complement', n = sample(3:10, size = 1)), resolution = 1500),
'15' = canvas_stripes(colors = colorPalette("complement", sample(10:20, size = 1)), burnin = sample(1:200, size = 1)),
'16' = canvas_gemstone(colors = colorPalette('complement', n = sample(15:25, size = 1)), resolution = 1500),
'17' = canvas_blacklight(colors = colorPalette('complement', n = sample(2:10, size = 1)), resolution = 1500),
Expand Down
Binary file modified png/daily.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1161b9e

Please sign in to comment.