Skip to content

Commit d314eb8

Browse files
committed
Annotation shouldn't inherit behavior from GeomRaster
Fixes #1381
1 parent f7d5e68 commit d314eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/annotation-raster.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ annotation_raster <- function(raster, xmin, xmax, ymin, ymax,
6565
#' @format NULL
6666
#' @usage NULL
6767
#' @export
68-
GeomRasterAnn <- ggproto("GeomRasterAnn", GeomRaster,
68+
GeomRasterAnn <- ggproto("GeomRasterAnn", Geom,
6969
extra_params = "",
7070
handle_na = function(data, params) {
7171
data

0 commit comments

Comments
 (0)