We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ff0e7 commit 84f2d4eCopy full SHA for 84f2d4e
1 file changed
R/plotImage.R
@@ -221,4 +221,4 @@ setMethod("plotImage", "SpatialData", \(x, i=1, j=1, k=NULL, ch=NULL, c=NULL, cl
221
#' @export
222
#' @rdname plotImage
223
#' @importFrom ggplot2 ggplot scale_y_reverse coord_fixed
224
-plotSpatialData <- \() ggplot() + coord_fixed() + .theme
+plotSpatialData <- \() ggplot() + scale_y_reverse() + coord_fixed() + .theme
0 commit comments