Skip to content

Commit 98f3515

Browse files
committed
stat-density-2d uses h parameter
User supplied h is ignored.
1 parent 38237d0 commit 98f3515

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ggplot2 2.0.0.9000
22

3+
## Bug fixes and minor improvements
4+
5+
* `stat-density-2d()` no longer ignores the `h` parameter.
36
# ggplot2 2.0.0
47

58
## Major changes

R/stat-density-2d.r

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ stat_density_2d <- function(mapping = NULL, data = NULL, geom = "density_2d",
2323
na.rm = na.rm,
2424
contour = contour,
2525
n = n,
26+
h = h,
2627
...
2728
)
2829
)

0 commit comments

Comments
 (0)