Skip to content

Commit 103fe62

Browse files
authored
Update network.R
1 parent f613484 commit 103fe62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/network.R

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ network <- function(
6464
data = plot_data,
6565
mapping = ggplot2::aes(x = .data$x, y = .data$y),
6666
fill = NA,
67+
width = 1,
68+
height = 1,
6769
colour = bg_line_col
6870
) +
6971
ggforce::geom_circle(

0 commit comments

Comments
 (0)