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 10205b0 commit 3902f49Copy full SHA for 3902f49
R/stat-connect.R
@@ -68,7 +68,10 @@ StatConnect <- ggproto(
68
required_aes = c("x|xmin|xmax", "y|ymin|ymax"),
69
70
setup_params = function(data, params) {
71
- params$flipped_aes <- has_flipped_aes(data, ambiguous = TRUE)
+ params$flipped_aes <- has_flipped_aes(
72
+ data, params,
73
+ range_is_orthogonal = TRUE, ambiguous = TRUE
74
+ )
75
76
connection <- params$connection %||% "hv"
77
0 commit comments