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 615bf9a commit 0df0951Copy full SHA for 0df0951
R/coord-.R
@@ -187,7 +187,7 @@ Coord <- ggproto("Coord",
187
# Will generally have to return FALSE for coordinate systems that enforce a fixed aspect ratio.
188
is_free = function() FALSE,
189
190
- setup_params = function(data) {
+ setup_params = function(self, data) {
191
list(expand = parse_coord_expand(self$expand %||% TRUE))
192
},
193
0 commit comments