We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ba506 commit 32ee97bCopy full SHA for 32ee97b
R/facet-null.r
@@ -56,7 +56,7 @@ FacetNull <- ggproto("FacetNull", Facet,
56
z_matrix <- matrix(c(5, 6, 4, 7, 1, 8, 3, 9, 2), ncol = 3, byrow = TRUE)
57
grob_widths <- unit.c(grobWidth(axis_v$left), unit(1, "null"), grobWidth(axis_v$right))
58
grob_heights <- unit.c(grobHeight(axis_h$top), unit(aspect_ratio, "null"), grobHeight(axis_h$bottom))
59
- grob_names <- c("spacer", "axis-t", "spacer", "axis-l", "panel", "axis-r", "spacer", "axis-b", "spacer")
+ grob_names <- c("spacer", "axis-l", "spacer", "axis-t", "panel", "axis-b", "spacer", "axis-r", "spacer")
60
grob_clip <- c("off", "off", "off", "off", "on", "off", "off", "off", "off")
61
62
layout <- gtable_matrix("layout", all,
0 commit comments