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 · 1 comment
Open

Remove white space between images in image grid? #630

sofroniewn opened this issue Aug 13, 2023 · 1 comment

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)

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

2 participants