Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmgarnier committed May 10, 2024
1 parent 52ff48a commit 7e1c262
Showing 1 changed file with 1 addition and 1 deletion.
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) +
geom_point(aes(color = dist), size = 1, alpha = 0.25) +
labs(title = paste0("Boringness index: ", round(idx, 3))) +
coord_equal(xlim = xlim, ylim = ylim) +
scale_fill_viridis_c(option = "plasma") +
Expand Down

0 comments on commit 7e1c262

Please sign in to comment.