Skip to content

Commit ee45226

Browse files
committed
stat_density2d: remove weight from list of aesthetics in help
1 parent f0149f4 commit ee45226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/geom-path-density2d.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ GeomDensity2d <- proto(GeomPath, {
2525
objname <- "density2d"
2626

2727
default_stat <- function(.) StatDensity2d
28-
default_aes <- function(.) aes(weight=1, colour="#3366FF", size = 0.5, linetype = 1, alpha = NA)
28+
default_aes <- function(.) aes(colour="#3366FF", size = 0.5, linetype = 1, alpha = NA)
2929
})

0 commit comments

Comments
 (0)