-
Notifications
You must be signed in to change notification settings - Fork 928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x and y axes labels swapped in ImageDimPlot #6132
Comments
Hi, I raised this issue previously here: https://github.com/satijalab/seurat/issues/6110 and the answer was that this was done intentionally. However, I still think this behaviour is undesired and solution offered there is not sufficient for following reasons: If one uses This can be overcomed again by specifying exact aspect ratio by adding However, if one wants to plot multiple fields of view, e.g. in replicated experiments by adding vector of fovs to Perhaps Seurat team could look into this again and fix the |
Hi, |
Hi Seurat team! I noticed when doing the imaging-data spatial vignette that the x and y axes labels are swapped when running
ImageDimPlot(vizgen.obj, fov = "s2r1", axes = T)
andImageDimPlot(vizgen.obj, fov = "hippo", axes = T)
. It's pretty clear when you plot the cropped FOV that the cropping is correct but the labels of the x and y axes are swapped. Thanks for building all these helpful tools. Best, OrrThe text was updated successfully, but these errors were encountered: