Skip to content

Commit 84f2d4e

Browse files
committed
Flip coordinates in plotImage()
1 parent 59ff0e7 commit 84f2d4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/plotImage.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,4 +221,4 @@ setMethod("plotImage", "SpatialData", \(x, i=1, j=1, k=NULL, ch=NULL, c=NULL, cl
221221
#' @export
222222
#' @rdname plotImage
223223
#' @importFrom ggplot2 ggplot scale_y_reverse coord_fixed
224-
plotSpatialData <- \() ggplot() + coord_fixed() + .theme
224+
plotSpatialData <- \() ggplot() + scale_y_reverse() + coord_fixed() + .theme

0 commit comments

Comments
 (0)