Skip to content
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

Remove white space between images in image grid? #630

Open
sofroniewn opened this issue Aug 13, 2023 · 2 comments
Open

Remove white space between images in image grid? #630

sofroniewn opened this issue Aug 13, 2023 · 2 comments

Comments

@sofroniewn
Copy link

Hello, is there a way to remove the white space between all the images in the image grid? Thanks!!

@SarthakJariwala
Copy link
Owner

You can try it with subplots_adjust

g = isns.ImageGrid(...)

g.fig.subplots_adjust(hspace=0, wspace=0)

@eugenioLR
Copy link
Contributor

If you are using images with an aspect ratio different from 1 you might be having the same issue as i had. I described how I solved it in issue #732 along with a suggestion of how it could be made more intuitive.

I hope it helps even if this was almost a year ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants