(colour = "black", fill = NA, size = 1), + plot.margin = margin(t = 0.1, b = 0.1) + ) + + scale_y_continuous( + limits = c(1 - 0.1, 1 + 0.1), + expand = c(0, 0), position = "right" + ) + + scale_x_continuous(expand = c(0, 0)) + + coord_cartesian(...