Skip to content

Commit

Permalink
Prettier?
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmgarnier committed May 10, 2024
1 parent 7e1c262 commit b771114
Show file tree
Hide file tree
Showing 2 changed files with 9,001 additions and 9,001 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ g <- lapply(0:8, function(offset) {
geom = "polygon",
n = 100, bins = 10, show.legend = FALSE
) +
geom_point(aes(color = dist), size = 1, alpha = 0.25) +
geom_point(aes(color = dist), size = 0.25, alpha = 0.5) +
labs(title = paste0("Boringness index: ", round(idx, 3))) +
coord_equal(xlim = xlim, ylim = ylim) +
scale_fill_viridis_c(option = "plasma") +
Expand Down
Loading

0 comments on commit b771114

Please sign in to comment.