Skip to content

Commit 4a2189b

Browse files
committed
rename Facet$draw_facet_panels to Facet$draw_panel_content
1 parent 95dbcf4 commit 4a2189b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/layout.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Layout <- ggproto("Layout", NULL,
6060
# Assemble the facet fg & bg, the coord fg & bg, and the layers
6161
# Returns a gtable
6262
render = function(self, panels, data, theme, labels) {
63-
panels <- self$facet$draw_facet_panels(
63+
panels <- self$facet$draw_panel_content(
6464
panels,
6565
self$layout,
6666
self$panel_scales_x,

0 commit comments

Comments
 (0)