-
Notifications
You must be signed in to change notification settings - Fork 7
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
Option to add a common colorbar for all images in ImageGrid
#237
Comments
Seconded. I'd love to be able to specify a fixed vmin and vmax for all images across the grid. Thanks! |
Thanks, @brandonStell @DanTurner-Evans for the feedback. I have added it to v0.5 milestone! |
This is now available in the main branch - You can specify g = isns.ImageGrid(IMG_3D, vmin=0, vmax=1) g = isns.ImageGrid([img1, img2, img3], vmin=[10, 20, 30], vmax=[200, 210, 220]) It's taking me longer to wrap up all the things for a v0.5 release but you can use the pip install git+https://github.com/SarthakJariwala/seaborn-image Latest docs should reflect the changes merged in the main branch. |
oops, no, it's working great. Thanks a lot for this feature! Fixed with: pip uninstall seaborn_image
pip install git+https://github.com/SarthakJariwala/seaborn-image |
v0.5.0 is finally out! This colorbar feature is included in it along with other features. You can update to the latest version with: |
No description provided.
The text was updated successfully, but these errors were encountered: