You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@alshan Thank you for the workaround. This produces a full image with correct axes, but unfortunately the image is now flipped vertically, i.e. the mapping of y coordinate to pixel value is broken. Building on your suggestion, I was finally able to achieve what I wanted using:
Combining
geom_imshow
withscale_y_reverse
does not seem to work:produces
i.e. the image gets clipped at y = 0. Things work fine when removing
scale_y_reverse
, however without the reversed scale.The text was updated successfully, but these errors were encountered: