We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f613484 commit 103fe62Copy full SHA for 103fe62
R/network.R
@@ -64,6 +64,8 @@ network <- function(
64
data = plot_data,
65
mapping = ggplot2::aes(x = .data$x, y = .data$y),
66
fill = NA,
67
+ width = 1,
68
+ height = 1,
69
colour = bg_line_col
70
) +
71
ggforce::geom_circle(
0 commit comments