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
I have been using this library a lot and one small inconvenience i find all the time is when i want to visualize images with positive and negative values, where i use a color map like "seismic" expecting to find positive values in red and negative values in blue, but the range of values detected don't align.
To put a practical example, here i'm trying to visualize a covariance matrix.
Using the imgplot indicating only the color map i get the following image: isns.imgplot(cov, cmap="seismic")
To fix this, i have to specify the range of values i want to show
I have been using this library a lot and one small inconvenience i find all the time is when i want to visualize images with positive and negative values, where i use a color map like "seismic" expecting to find positive values in red and negative values in blue, but the range of values detected don't align.
To put a practical example, here i'm trying to visualize a covariance matrix.
Using the imgplot indicating only the color map i get the following image:
isns.imgplot(cov, cmap="seismic")
To fix this, i have to specify the range of values i want to show
It's not that much of an issue, but it gets a bit more cumbersome when I'm showing a grid of images.
It could be a good idea to add a flag to imgplot and other functions to handle this type of images.
The text was updated successfully, but these errors were encountered: