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 c9ba9bb commit ffbe496Copy full SHA for ffbe496
R/summarise-plot.R
@@ -38,7 +38,7 @@ summarise_layout = function(p) {
38
setNames(res, facet_vars)
39
})
40
41
- xyranges <- lapply(l$panel_params, l$coord$range)
+ xyranges <- lapply(l$panel_params, l$coord$backtransform_range)
42
layout$xmin <- vapply(xyranges, function(xyrange) xyrange$x[[1]], numeric(1))
43
layout$xmax <- vapply(xyranges, function(xyrange) xyrange$x[[2]], numeric(1))
44
layout$ymin <- vapply(xyranges, function(xyrange) xyrange$y[[1]], numeric(1))
0 commit comments