Skip to content

Commit

Permalink
detail
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Oct 31, 2023
1 parent 327130b commit f558199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/images/eight-pointed_star.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ del <- delaunay(vertices, edges)

opar <- par(mar = c(0, 0, 0, 0))
plotDelaunay(
del, asp = 1, color = "distinct", col_borders = "navy", lty_edges = 2,
del, asp = 1, fillcolor = "distinct", col_borders = "navy", lty_edges = 2,
lwd_borders = 3, lwd_edges = 2, xlab = NA, ylab = NA, axes = FALSE)
par(opar)

0 comments on commit f558199

Please sign in to comment.